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

Attributes

  • asrAnchorCount (type: integer(), default: nil) - The number of description anchors that were matched to captions in the ASR.
  • asrAnchorFraction (type: number(), default: nil) - The fraction of anchors that were matched to captions in the ASR.
  • uniqueAsrMidCount (type: integer(), default: nil) - The number of unique mids which where matched to description anchors.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionAnchorSetFeatures{
    asrAnchorCount: integer() | nil,
    asrAnchorFraction: number() | nil,
    uniqueAsrMidCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.