Struct aws_sdk_lexmodelsv2::model::AudioSpecification
source · #[non_exhaustive]pub struct AudioSpecification { /* private fields */ }Expand description
Specifies the audio input specifications.
Implementations§
source§impl AudioSpecification
impl AudioSpecification
sourcepub fn max_length_ms(&self) -> Option<i32>
pub fn max_length_ms(&self) -> Option<i32>
Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
sourcepub fn end_timeout_ms(&self) -> Option<i32>
pub fn end_timeout_ms(&self) -> Option<i32>
Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
source§impl AudioSpecification
impl AudioSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AudioSpecification.
Trait Implementations§
source§impl Clone for AudioSpecification
impl Clone for AudioSpecification
source§fn clone(&self) -> AudioSpecification
fn clone(&self) -> AudioSpecification
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 moresource§impl Debug for AudioSpecification
impl Debug for AudioSpecification
source§impl PartialEq<AudioSpecification> for AudioSpecification
impl PartialEq<AudioSpecification> for AudioSpecification
source§fn eq(&self, other: &AudioSpecification) -> bool
fn eq(&self, other: &AudioSpecification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.