Struct aws_sdk_lexmodelsv2::model::AudioSpecification
source · [−]#[non_exhaustive]pub struct AudioSpecification { /* private fields */ }Expand description
Specifies the audio input specifications.
Implementations
sourceimpl 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.
sourceimpl AudioSpecification
impl AudioSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AudioSpecification.
Trait Implementations
sourceimpl Clone for AudioSpecification
impl Clone for AudioSpecification
sourcefn clone(&self) -> AudioSpecification
fn clone(&self) -> AudioSpecification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AudioSpecification
impl Debug for AudioSpecification
sourceimpl PartialEq<AudioSpecification> for AudioSpecification
impl PartialEq<AudioSpecification> for AudioSpecification
sourcefn eq(&self, other: &AudioSpecification) -> bool
fn eq(&self, other: &AudioSpecification) -> bool
impl StructuralPartialEq for AudioSpecification
Auto Trait Implementations
impl RefUnwindSafe for AudioSpecification
impl Send for AudioSpecification
impl Sync for AudioSpecification
impl Unpin for AudioSpecification
impl UnwindSafe for AudioSpecification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more