| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Transcribe.Types.LanguageCodeItem
Description
Documentation
data LanguageCodeItem Source #
Provides information on the speech contained in a discreet utterance when multi-language identification is enabled in your request. This utterance represents a block of speech consisting of one language, preceded or followed by a block of speech in a different language.
See: newLanguageCodeItem smart constructor.
Constructors
| LanguageCodeItem' | |
Fields 
  | |
Instances
newLanguageCodeItem :: LanguageCodeItem Source #
Create a value of LanguageCodeItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:durationInSeconds:LanguageCodeItem', languageCodeItem_durationInSeconds - Provides the total time, in seconds, each identified language is spoken
 in your media.
$sel:languageCode:LanguageCodeItem', languageCodeItem_languageCode - Provides the language code for each language identified in your media.
languageCodeItem_durationInSeconds :: Lens' LanguageCodeItem (Maybe Double) Source #
Provides the total time, in seconds, each identified language is spoken in your media.
languageCodeItem_languageCode :: Lens' LanguageCodeItem (Maybe LanguageCode) Source #
Provides the language code for each language identified in your media.