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

Attributes

  • normalizedWordOverlapScore (type: number(), default: nil) - The word_overlap_score divided by the greatest word_overlap_score for any cluster in the VideoAnchorSets.
  • wordOverlapScore (type: number(), default: nil) - A score based on the number of overlapped words between the OCR and ASR for anchors in the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrSetFeature{
  normalizedWordOverlapScore: number() | nil,
  wordOverlapScore: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.