GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingAnnotation
Table of Contents ▼
Jump to a specific part of the page:
Description
Annotation packs various recognition, detection, embedding, and parsing results. One Annotation per bounding box detection.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
feature
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingFeature)
, default:nil
)
- Multiple feature embeddings for this bounding box. -
labelGroup
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup)
, default:nil
)
- Multiple label annotations for this bounding box. -
roi
(type:GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingImageRegion
, default:nil
)
- Detected bounding box. Leave it not set for whole image annotation.
Type
@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
}
feature: [ GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingFeature.t() ] | nil,
labelGroup: [ GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup.t() ] | nil,
roi: GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingImageRegion.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingAnnotation