ImageUnderstandingIndexingLabel

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):

View Attributes

Attributes

  1. canonicalText (type: String.t, default: nil)
    - Human readable text.
  2. entityId (type: String.t, default: nil)
    - KG entity id.
  3. metaData (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingMetaData), default: nil)
    - Meta data for topicality, visible labels, attribute, etc.
  4. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageUnderstandingIndexingLabel