Struct aws_sdk_transcribe::model::language_code_item::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LanguageCodeItem.
Implementations§
source§impl Builder
impl Builder
sourcepub fn language_code(self, input: LanguageCode) -> Self
pub fn language_code(self, input: LanguageCode) -> Self
Provides the language code for each language identified in your media.
sourcepub fn set_language_code(self, input: Option<LanguageCode>) -> Self
pub fn set_language_code(self, input: Option<LanguageCode>) -> Self
Provides the language code for each language identified in your media.
sourcepub fn duration_in_seconds(self, input: f32) -> Self
pub fn duration_in_seconds(self, input: f32) -> Self
Provides the total time, in seconds, each identified language is spoken in your media.
sourcepub fn set_duration_in_seconds(self, input: Option<f32>) -> Self
pub fn set_duration_in_seconds(self, input: Option<f32>) -> Self
Provides the total time, in seconds, each identified language is spoken in your media.
sourcepub fn build(self) -> LanguageCodeItem
pub fn build(self) -> LanguageCodeItem
Consumes the builder and constructs a LanguageCodeItem.