GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
langResults
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4LangScore)
, default:nil
)
- The complete list of language scores, sorted from high score to low. -
speechClass
(type:String.t
, default:nil
)
- What kind of speech (if any) was detected.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults{
langResults: [GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4LangScore.t()] | nil,
speechClass: String.t() | nil
}
langResults: [GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4LangScore.t()] | nil,
speechClass: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoTimedtextS4ALIResults