MediaIndexEntityField

GoogleApi.ContentWarehouse.V1.Model.MediaIndexEntityField


Table of Contents ▼

Jump to a specific part of the page:

Description

Packages entity id and score together for a given source.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. customSource (type: String.t, default: nil)
    - The custom source should only be a-z[0-9] dashes, underscores, and colons. Special characters should be avoided.
  2. entityId (type: String.t, default: nil)
    -
  3. quantizedScore (type: String.t, default: nil)
    -
  4. source (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexEntityField{
customSource: String.t() | nil,
entityId: String.t() | nil,
quantizedScore: String.t() | nil,
source: String.t() | nil
}

Function

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

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