Struct aws_sdk_transcribe::model::LanguageCodeItem
source · #[non_exhaustive]pub struct LanguageCodeItem { /* private fields */ }Expand description
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.
Implementations§
source§impl LanguageCodeItem
impl LanguageCodeItem
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
Provides the language code for each language identified in your media.
sourcepub fn duration_in_seconds(&self) -> Option<f32>
pub fn duration_in_seconds(&self) -> Option<f32>
Provides the total time, in seconds, each identified language is spoken in your media.
source§impl LanguageCodeItem
impl LanguageCodeItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LanguageCodeItem.
Trait Implementations§
source§impl Clone for LanguageCodeItem
impl Clone for LanguageCodeItem
source§fn clone(&self) -> LanguageCodeItem
fn clone(&self) -> LanguageCodeItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more