pub struct GatherAttributes {Show 19 fields
pub action: Option<String>,
pub action_on_empty_result: Option<bool>,
pub barge_in: Option<bool>,
pub debug: Option<bool>,
pub dtmf_detection: Option<bool>,
pub enhanced: Option<bool>,
pub finish_on_key: Option<String>,
pub hints: Option<String>,
pub input: Option<Vec<String>>,
pub language: Option<String>,
pub max_speech_time: Option<u32>,
pub method: Option<String>,
pub num_digits: Option<u32>,
pub partial_result_callback: Option<String>,
pub partial_result_callback_method: Option<String>,
pub profanity_filter: Option<bool>,
pub speech_model: Option<String>,
pub speech_timeout: Option<String>,
pub timeout: Option<u32>,
}Fields§
§action: Option<String>§action_on_empty_result: Option<bool>§barge_in: Option<bool>§debug: Option<bool>§dtmf_detection: Option<bool>§enhanced: Option<bool>§finish_on_key: Option<String>§hints: Option<String>§input: Option<Vec<String>>§language: Option<String>§max_speech_time: Option<u32>§method: Option<String>§num_digits: Option<u32>§partial_result_callback: Option<String>§partial_result_callback_method: Option<String>§profanity_filter: Option<bool>§speech_model: Option<String>§speech_timeout: Option<String>§timeout: Option<u32>Trait Implementations§
Source§impl Clone for GatherAttributes
impl Clone for GatherAttributes
Source§fn clone(&self) -> GatherAttributes
fn clone(&self) -> GatherAttributes
Returns a duplicate 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 GatherAttributes
impl Debug for GatherAttributes
Source§impl Default for GatherAttributes
impl Default for GatherAttributes
Source§fn default() -> GatherAttributes
fn default() -> GatherAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GatherAttributes
impl RefUnwindSafe for GatherAttributes
impl Send for GatherAttributes
impl Sync for GatherAttributes
impl Unpin for GatherAttributes
impl UnwindSafe for GatherAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more