S3AudioLanguageS3AudioLanguage

GoogleApi.ContentWarehouse.V1.Model.S3AudioLanguageS3AudioLanguage


Table of Contents ▼

Jump to a specific part of the page:

Description

S3 based Audio language information about a Watch Page.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. language (type: String.t, default: nil)
    - Audio language of video classified by Automatic Language Identification. It corresponds to the langid_result in S3LangIdSignals.
  2. languageConfidence (type: String.t, default: nil)
    - Confidence interval of the recognized language.
  3. speechClass (type: String.t, default: nil)
    - Type of detected speech.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.S3AudioLanguageS3AudioLanguage