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

S3 based Audio language information about a Watch Page.

Attributes

  • language (type: String.t, default: nil) - Audio language of video classified by Automatic Language Identification. It corresponds to the langid_result in S3LangIdSignals.
  • languageConfidence (type: String.t, default: nil) - Confidence interval of the recognized language.
  • 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.S3AudioLanguageS3AudioLanguage{
  language: String.t() | nil,
  languageConfidence: String.t() | nil,
  speechClass: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.