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

Used to store the label before label cleaning or other transformations. If the label goes through multiple transformations, the original_label vector will include the transformations in chronological order.

Attributes

  • description (type: String.t, default: nil) - A label for the transformation.
  • sourceLabel (type: String.t, default: nil) - The label that was transformated from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfoLabelTransformation{
    description: String.t() | nil,
    sourceLabel: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.