Class: Google::Cloud::Vision::V1::AnnotateImageResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AnnotateImageResponse
- 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
-
#context ⇒ Google::Cloud::Vision::V1::ImageAnnotationContext
If present, contextual information is needed to understand where this image comes from.
-
#crop_hints_annotation ⇒ Google::Cloud::Vision::V1::CropHintsAnnotation
If present, crop hints have completed successfully.
-
#error ⇒ Google::Rpc::Status
If set, represents the error message for the operation.
-
#face_annotations ⇒ Array<Google::Cloud::Vision::V1::FaceAnnotation>
If present, face detection has completed successfully.
-
#full_text_annotation ⇒ Google::Cloud::Vision::V1::TextAnnotation
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
-
#image_properties_annotation ⇒ Google::Cloud::Vision::V1::ImageProperties
If present, image properties were extracted successfully.
-
#label_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
If present, label detection has completed successfully.
-
#landmark_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
If present, landmark detection has completed successfully.
-
#logo_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
If present, logo detection has completed successfully.
-
#safe_search_annotation ⇒ Google::Cloud::Vision::V1::SafeSearchAnnotation
If present, safe-search annotation has completed successfully.
-
#text_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
If present, text (OCR) detection has completed successfully.
-
#web_detection ⇒ Google::Cloud::Vision::V1::WebDetection
If present, web detection has completed successfully.
Instance Attribute Details
#context ⇒ Google::Cloud::Vision::V1::ImageAnnotationContext
Returns If present, contextual information is needed to understand where this image comes from.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#crop_hints_annotation ⇒ Google::Cloud::Vision::V1::CropHintsAnnotation
Returns If present, crop hints have completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#error ⇒ Google::Rpc::Status
Returns If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when +error+ is set.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#face_annotations ⇒ Array<Google::Cloud::Vision::V1::FaceAnnotation>
Returns If present, face detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#full_text_annotation ⇒ Google::Cloud::Vision::V1::TextAnnotation
Returns If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#image_properties_annotation ⇒ Google::Cloud::Vision::V1::ImageProperties
Returns If present, image properties were extracted successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#label_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
Returns If present, label detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#landmark_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
Returns If present, landmark detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#logo_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
Returns If present, logo detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#safe_search_annotation ⇒ Google::Cloud::Vision::V1::SafeSearchAnnotation
Returns If present, safe-search annotation has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#text_annotations ⇒ Array<Google::Cloud::Vision::V1::EntityAnnotation>
Returns If present, text (OCR) detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |
#web_detection ⇒ Google::Cloud::Vision::V1::WebDetection
Returns If present, web detection has completed successfully.
568 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 568 class AnnotateImageResponse; end |