View Source GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingAnnotation (google_api_content_warehouse v0.2.0)
Annotation packs various recognition, detection, embedding, and parsing results. One Annotation per bounding box detection.
Attributes
-
feature(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingFeature.t), default:nil) - Multiple feature embeddings for this bounding box. -
labelGroup(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup.t), default:nil) - Multiple label annotations for this bounding box. -
roi(type:GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingImageRegion.t, default:nil) - Detected bounding box. Leave it not set for whole image annotation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingAnnotation{ feature: [ GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingFeature.t() ] | nil, labelGroup: [ GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup.t() ] | nil, roi: GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingImageRegion.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.