Googly. CloudVision. Model. GoogleCloudVisionV1p3beta1AnnotateImageResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Response to an image annotation request.
Attributes
-
context(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ImageAnnotationContext.t()) - If present, contextual information is needed to understand where this image comes from. -
crop_hints_annotation(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1CropHintsAnnotation.t()) - If present, crop hints have completed successfully. -
error(type:Googly.CloudVision.Model.Status.t()) - If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even whenerroris set. -
face_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1FaceAnnotation.t())) - If present, face detection has completed successfully. -
full_text_annotation(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1TextAnnotation.t()) - 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(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ImageProperties.t()) - If present, image properties were extracted successfully. -
label_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t())) - If present, label detection has completed successfully. -
landmark_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t())) - If present, landmark detection has completed successfully. -
localized_object_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.t())) - If present, localized object detection has completed successfully. This will be sorted descending by confidence score. -
logo_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t())) - If present, logo detection has completed successfully. -
product_search_results(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ProductSearchResults.t()) - If present, product search has completed successfully. -
safe_search_annotation(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1SafeSearchAnnotation.t()) - If present, safe-search annotation has completed successfully. -
text_annotations(type:list(Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t())) - If present, text (OCR) detection has completed successfully. -
web_detection(type:Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1WebDetection.t()) - If present, web detection has completed successfully.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1AnnotateImageResponse{ context: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ImageAnnotationContext.t() | nil, crop_hints_annotation: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1CropHintsAnnotation.t() | nil, error: Googly.CloudVision.Model.Status.t() | nil, face_annotations: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1FaceAnnotation.t()] | nil, full_text_annotation: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1TextAnnotation.t() | nil, image_properties_annotation: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ImageProperties.t() | nil, label_annotations: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t()] | nil, landmark_annotations: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t()] | nil, localized_object_annotations: [ Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.t() ] | nil, logo_annotations: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t()] | nil, product_search_results: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1ProductSearchResults.t() | nil, safe_search_annotation: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1SafeSearchAnnotation.t() | nil, text_annotations: [Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1EntityAnnotation.t()] | nil, web_detection: Googly.CloudVision.Model.GoogleCloudVisionV1p3beta1WebDetection.t() | nil }