Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
Error( Message as String ) | An error occurred. |
SpeechComplete( Content as String, Confidence as Double ) | |
Methods
Definition | Description |
Start() | Start capture from the user's microphone. |
Stop() | Stop capture from the user's microphone. |
Properties
Name | Type | Default Value | Description |
IsSupported | Boolean | False | If true, the user's browser supports speech recognition. |
Examples
There are currently no examples for this class.
Notes
Deprecation Notice
Due to the SpeechRecognition API development being stalled on all major browsers, with full support only available in Chrome on certain devices, GraffitiWebSpeechRecog is considered deprecated, and will receive no further updates until support is added to more browsers/platforms. It functions well as-is in Chrome for Windows, Macintosh, Linux, and some versions of Android.