Voting helps other researchers find interesting modules.
A single label with score and meta data.
canonicalText
String.t
nil
entityId
metaData
list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingMetaData.t)
score
number()
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()