Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1AnnotateImageResponse (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Response to an image annotation request.

Attributes

  • context (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1ImageAnnotationContext.t()) - If present, contextual information is needed to understand where this image comes from.
  • crop_hints_annotation (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1CropHintsAnnotation.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 when error is set.
  • face_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1FaceAnnotation.t())) - If present, face detection has completed successfully.
  • full_text_annotation (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotation.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.GoogleCloudVisionV1p2beta1ImageProperties.t()) - If present, image properties were extracted successfully.
  • label_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1EntityAnnotation.t())) - If present, label detection has completed successfully.
  • landmark_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1EntityAnnotation.t())) - If present, landmark detection has completed successfully.
  • localized_object_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.t())) - If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
  • logo_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1EntityAnnotation.t())) - If present, logo detection has completed successfully.
  • product_search_results (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1ProductSearchResults.t()) - If present, product search has completed successfully.
  • safe_search_annotation (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1SafeSearchAnnotation.t()) - If present, safe-search annotation has completed successfully.
  • text_annotations (type: list(Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1EntityAnnotation.t())) - If present, text (OCR) detection has completed successfully.
  • web_detection (type: Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1WebDetection.t()) - If present, web detection has completed successfully.

Summary

Types