Skip to content

Release google-cloud-vision 0.36.0

Choose a tag to compare

Features

  • Add confidence attributes to SafeSearchAnnotation
    • Add SafeSearchAnnotation#adult_confidence
    • Add SafeSearchAnnotation#spoof_confidence
    • Add SafeSearchAnnotation#medical_confidence
    • Add SafeSearchAnnotation#violence_confidence
    • Add SafeSearchAnnotation#racy_confidence
    • Add SafeSearchAnnotation#nsfw_confidence
    • Update documentation

Documentation

  • Update list of supported product categories
  • Update product category documentation

0.35.0 (2019-08-12)

  • Add parent to BatchAnnotate and add PurgeProducts
    • ImageAnnotatorClient changes:
      • Add parent argument to the following:
        • ImageAnnotatorClient#batch_annotate_images
        • ImageAnnotatorClient#batch_annotate_files
        • ImageAnnotatorClient#async_batch_annotate_images
        • ImageAnnotatorClient#async_batch_annotate_files
      • Request/Response object changes:
        • Add BatchAnnotateImagesRequest#parent
        • Add BatchAnnotateFilesRequest#parent
        • Add AsyncBatchAnnotateImagesRequest#parent
        • Add AsyncBatchAnnotateFilesRequest#parent
        • Add AnnotateFileResponse#error
    • ProductSearchClient changes:
      • Add ProductSearchClient#purge_products
      • Add PurgeProductsRequest
      • Add ProductSetPurgeConfig
      • Add GroupedResult#object_annotations (ObjectAnnotation)
    • Update documentation