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.