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

Features for a set of Sports Key Moments (SKM) Anchors. Each instance of this object should be associated with a VideoAnchorSets object. Next ID: 3

Attributes

  • prefilterClassificationLabel (type: String.t, default: nil) - The Prefilter classification label associated with the video that contains the VideoAnchorSets this object is asociated with. E.g. "basketball".
  • tensorflowModelVersion (type: String.t, default: nil) - Version of the underlying TensorFlow model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSportsKeyMomentsAnchorSetFeatures{
    prefilterClassificationLabel: String.t() | nil,
    tensorflowModelVersion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.