View Source GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdSignals (google_api_content_warehouse v0.3.0)
Next Tag: 10
Attributes
-
containsSpeech
(type:boolean()
, default:nil
) - Whether this audio chunk has speech or not. -
debuggingInfo
(type:GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryS3LangIdDebuggingInfo.t
, default:nil
) - -
endSec
(type:String.t
, default:nil
) - -
langidResult
(type:GoogleApi.ContentWarehouse.V1.Model.SpeechS3LanguageIdentificationResult.t
, default:nil
) - S3 langID result. We keep langid_result even if contains_speech = false. -
languageIdentification
(type:GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults.t
, default:nil
) - Converted version of the langid_result field, so that we have the YT compatible version of the langID result. -
modelVersion
(type:String.t
, default:nil
) - The version of the model used for S3 LangID service. -
speechFrameCount
(type:integer()
, default:nil
) - -
startSec
(type:String.t
, default:nil
) - The audio chunk which corresponds to this langID result expressed as a start_sec and end_sec. -
totalFrameCount
(type:integer()
, default:nil
) - Count the number of total frames in the audio chunk as well as the number of speech frames.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.