JavaScript/jQuery SpeechToText Types
ContentReadyEvent
The argument type in the contentReady event.
Used in:
CustomSpeechRecognizer
Allows you to implement custom speech recognition engines.
If you want to integrate a custom speech recognition engine, set customSpeechRecognizer.enabled to true. When you implement a custom speech recognizer, SpeechToText no longer does the following:
- Listen to user speech.
- Update the component state. Set SpeechToText state manually using the customSpeechRecognizer.isListening property.
- Call the onResult and onError handlers.
DisposingEvent
The argument type in the disposing event.
Used in:
EndEvent
The argument type in the end event.
Used in:
ErrorEvent
The argument type in the error event.
Used in:
InitializedEvent
The argument type in the initialized event.
Used in:
OptionChangedEvent
The argument type in the optionChanged event.
Used in:
ResultEvent
The argument type in the result event.
Used in:
SpeechRecognitionConfig
Configures the Web Speech API (SpeechRecognition properties).
This configuration object allows you to customize SpeechToText functionality.
StartClickEvent
The argument type in the startClick event.
Used in:
StopClickEvent
The argument type in the stopClick event.
Used in:
If you have technical questions, please create a support ticket in the DevExpress Support Center.