Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::AnnotateImageResponse.
Response to an image annotation request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
def context() -> ::Google::Cloud::Vision::V1p4beta1::ImageAnnotationContext
Returns
- (::Google::Cloud::Vision::V1p4beta1::ImageAnnotationContext) — If present, contextual information is needed to understand where this image comes from.
#context=
def context=(value) -> ::Google::Cloud::Vision::V1p4beta1::ImageAnnotationContext
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::ImageAnnotationContext) — If present, contextual information is needed to understand where this image comes from.
Returns
- (::Google::Cloud::Vision::V1p4beta1::ImageAnnotationContext) — If present, contextual information is needed to understand where this image comes from.
#crop_hints_annotation
def crop_hints_annotation() -> ::Google::Cloud::Vision::V1p4beta1::CropHintsAnnotation
Returns
- (::Google::Cloud::Vision::V1p4beta1::CropHintsAnnotation) — If present, crop hints have completed successfully.
#crop_hints_annotation=
def crop_hints_annotation=(value) -> ::Google::Cloud::Vision::V1p4beta1::CropHintsAnnotation
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::CropHintsAnnotation) — If present, crop hints have completed successfully.
Returns
- (::Google::Cloud::Vision::V1p4beta1::CropHintsAnnotation) — If present, crop hints have completed successfully.
#error
def error() -> ::Google::Rpc::Status
Returns
-
(::Google::Rpc::Status) — 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.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
-
value (::Google::Rpc::Status) — 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.
Returns
-
(::Google::Rpc::Status) — 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.
#face_annotations
def face_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::FaceAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::FaceAnnotation>) — If present, face detection has completed successfully.
#face_annotations=
def face_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::FaceAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::FaceAnnotation>) — If present, face detection has completed successfully.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::FaceAnnotation>) — If present, face detection has completed successfully.
#full_text_annotation
def full_text_annotation() -> ::Google::Cloud::Vision::V1p4beta1::TextAnnotation
Returns
- (::Google::Cloud::Vision::V1p4beta1::TextAnnotation) — If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
#full_text_annotation=
def full_text_annotation=(value) -> ::Google::Cloud::Vision::V1p4beta1::TextAnnotation
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::TextAnnotation) — If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
Returns
- (::Google::Cloud::Vision::V1p4beta1::TextAnnotation) — If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
#image_properties_annotation
def image_properties_annotation() -> ::Google::Cloud::Vision::V1p4beta1::ImageProperties
Returns
- (::Google::Cloud::Vision::V1p4beta1::ImageProperties) — If present, image properties were extracted successfully.
#image_properties_annotation=
def image_properties_annotation=(value) -> ::Google::Cloud::Vision::V1p4beta1::ImageProperties
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::ImageProperties) — If present, image properties were extracted successfully.
Returns
- (::Google::Cloud::Vision::V1p4beta1::ImageProperties) — If present, image properties were extracted successfully.
#label_annotations
def label_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, label detection has completed successfully.
#label_annotations=
def label_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, label detection has completed successfully.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, label detection has completed successfully.
#landmark_annotations
def landmark_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, landmark detection has completed successfully.
#landmark_annotations=
def landmark_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, landmark detection has completed successfully.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, landmark detection has completed successfully.
#localized_object_annotations
def localized_object_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::LocalizedObjectAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::LocalizedObjectAnnotation>) — If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
#localized_object_annotations=
def localized_object_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::LocalizedObjectAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::LocalizedObjectAnnotation>) — If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::LocalizedObjectAnnotation>) — If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
#logo_annotations
def logo_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, logo detection has completed successfully.
#logo_annotations=
def logo_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, logo detection has completed successfully.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, logo detection has completed successfully.
#product_search_results
def product_search_results() -> ::Google::Cloud::Vision::V1p4beta1::ProductSearchResults
Returns
- (::Google::Cloud::Vision::V1p4beta1::ProductSearchResults) — If present, product search has completed successfully.
#product_search_results=
def product_search_results=(value) -> ::Google::Cloud::Vision::V1p4beta1::ProductSearchResults
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::ProductSearchResults) — If present, product search has completed successfully.
Returns
- (::Google::Cloud::Vision::V1p4beta1::ProductSearchResults) — If present, product search has completed successfully.
#safe_search_annotation
def safe_search_annotation() -> ::Google::Cloud::Vision::V1p4beta1::SafeSearchAnnotation
Returns
- (::Google::Cloud::Vision::V1p4beta1::SafeSearchAnnotation) — If present, safe-search annotation has completed successfully.
#safe_search_annotation=
def safe_search_annotation=(value) -> ::Google::Cloud::Vision::V1p4beta1::SafeSearchAnnotation
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::SafeSearchAnnotation) — If present, safe-search annotation has completed successfully.
Returns
- (::Google::Cloud::Vision::V1p4beta1::SafeSearchAnnotation) — If present, safe-search annotation has completed successfully.
#text_annotations
def text_annotations() -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, text (OCR) detection has completed successfully.
#text_annotations=
def text_annotations=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, text (OCR) detection has completed successfully.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::EntityAnnotation>) — If present, text (OCR) detection has completed successfully.
#web_detection
def web_detection() -> ::Google::Cloud::Vision::V1p4beta1::WebDetection
Returns
- (::Google::Cloud::Vision::V1p4beta1::WebDetection) — If present, web detection has completed successfully.
#web_detection=
def web_detection=(value) -> ::Google::Cloud::Vision::V1p4beta1::WebDetection
Parameter
- value (::Google::Cloud::Vision::V1p4beta1::WebDetection) — If present, web detection has completed successfully.
Returns
- (::Google::Cloud::Vision::V1p4beta1::WebDetection) — If present, web detection has completed successfully.