ImageRepositoryS3LangIdSignals

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Next Tag: 10

Attributes List

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

View Attributes

Attributes

  1. containsSpeech (type: boolean(), default: nil)
    - Whether this audio chunk has speech or not.
  2. debuggingInfo (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdDebuggingInfo, default: nil)
    -
  3. endSec (type: String.t, default: nil)
    -
  4. langidResult (type: GoogleApi.ContentWarehouse.V1.Model.SpeechS3LanguageIdentificationResult, default: nil)
    - S3 langID result. We keep langid_result even if contains_speech = false.
  5. languageIdentification (type: GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults, default: nil)
    - Converted version of the langid_result field, so that we have the YT compatible version of the langID result.
  6. modelVersion (type: String.t, default: nil)
    - The version of the model used for S3 LangID service.
  7. speechFrameCount (type: integer(), default: nil)
    -
  8. startSec (type: String.t, default: nil)
    - The audio chunk which corresponds to this langID result expressed as a start_sec and end_sec.
  9. totalFrameCount (type: integer(), default: nil)
    - Count the number of total frames in the audio chunk as well as the number of speech frames.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdSignals{
containsSpeech: boolean() | nil,
debuggingInfo: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdDebuggingInfo.t() | nil,
endSec: String.t() | nil,
langidResult: GoogleApi.ContentWarehouse.V1.Model.SpeechS3LanguageIdentificationResult.t() | nil,
languageIdentification: GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults.t() | nil,
modelVersion: String.t() | nil,
speechFrameCount: integer() | nil,
startSec: String.t() | nil,
totalFrameCount: integer() | nil
}

Function

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

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