View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexEntityField (google_api_content_warehouse v0.4.0)

Packages entity id and score together for a given source.

Attributes

  • 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.
  • entityId (type: String.t, default: nil) -
  • quantizedScore (type: String.t, default: nil) -
  • source (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.