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

Audio-based language information about a Watch Page. For more information: https://g3doc.corp.google.com/video/timedtext/g3doc/ali.md

Attributes

  • language (type: String.t, default: nil) - Audio language of video classified by Automatic Language Identification. It corresponds to the first language (the highest confidence) in ALIResults.lang_results.
  • speechClass (type: String.t, default: nil) - Type of detected speech.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityVidyaVideoLanguageVideoLanguage{
    language: String.t() | nil,
    speechClass: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.