GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel
Table of Contents ▼
Jump to a specific part of the page:
Description
A single label with score and meta data.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
canonicalText
(type:String.t
, default:nil
)
- Human readable text. -
entityId
(type:String.t
, default:nil
)
- KG entity id. -
metaData
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingMetaData)
, default:nil
)
- Meta data for topicality, visible labels, attribute, etc. -
score
(type:number()
, default:nil
)
- Confidence score.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel{
canonicalText: String.t() | nil,
entityId: String.t() | nil,
metaData: [GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingMetaData.t()] | nil,
score: number() | nil
}
canonicalText: String.t() | nil,
entityId: String.t() | nil,
metaData: [GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingMetaData.t()] | nil,
score: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel