GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup
Table of Contents ▼
Jump to a specific part of the page:
Description
LabelGroup is a set of labels produced by a single model, or by multiple models that share the same versioning. It can be used to store results from ICA, box classifier, visible labels, noun+attribute, and so on.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
label
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel)
, default:nil
)
- -
version
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup{
label: [GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel.t()] | nil,
version: String.t() | nil
}
label: [GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel.t()] | nil,
version: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabelGroup