Struct augdom::event::SpeechRecognitionResultBuilder  [−][src]
pub struct SpeechRecognitionResultBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = SpeechRecognitionEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: SpeechRecognitionEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: SpeechRecognitionEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: SpeechRecognitionEventInit
Change the emma field of this object.
This API requires the following crate features to be activated: Document, SpeechRecognitionEventInit
Change the interpretation field of this object.
This API requires the following crate features to be activated: SpeechRecognitionEventInit
Change the resultIndex field of this object.
This API requires the following crate features to be activated: SpeechRecognitionEventInit
Trait Implementations
type Target = SpeechRecognitionEventInit
type Target = SpeechRecognitionEventInit
The resulting type after dereferencing.
type Output = SpeechRecognitionResult
type Output = SpeechRecognitionResult
The event produced by the builder.
Build, returning the output.
Auto Trait Implementations
impl !Send for SpeechRecognitionResultBuilder
impl !Sync for SpeechRecognitionResultBuilder
impl Unpin for SpeechRecognitionResultBuilder
impl UnwindSafe for SpeechRecognitionResultBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more