Class: Google::Cloud::Vision::V1::AnnotateImageResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb

Overview

Response to an image annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

#errorGoogle::Rpc::Status

Returns If set, represents the error message for the operation. Note that filled-in mage annotations are guaranteed to be correct, even when error is non-empty.

Returns:

  • (Google::Rpc::Status)

    If set, represents the error message for the operation. Note that filled-in mage annotations are guaranteed to be correct, even when error is non-empty.



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#face_annotationsArray<Google::Cloud::Vision::V1::FaceAnnotation>

Returns If present, face detection completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#image_properties_annotationGoogle::Cloud::Vision::V1::ImageProperties

Returns If present, image properties were extracted successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#label_annotationsArray<Google::Cloud::Vision::V1::EntityAnnotation>

Returns If present, label detection completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#landmark_annotationsArray<Google::Cloud::Vision::V1::EntityAnnotation>

Returns If present, landmark detection completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#logo_annotationsArray<Google::Cloud::Vision::V1::EntityAnnotation>

Returns If present, logo detection completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#safe_search_annotationGoogle::Cloud::Vision::V1::SafeSearchAnnotation

Returns If present, safe-search annotation completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end

#text_annotationsArray<Google::Cloud::Vision::V1::EntityAnnotation>

Returns If present, text (OCR) detection completed successfully.

Returns:



443
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 443

class AnnotateImageResponse; end