ISpeech |
The ISpeechToText type exposes the following members.
| Name | Description | |
|---|---|---|
| Initialized | Gets a boolean value indicating whether the speech engine initialized successfully. | |
| Name | Gets the name of the speech-to-text engine. | |
| RecognizerInfo | Gets the information about of the selected recognizer. |
| Name | Description | |
|---|---|---|
| ChangeRecognizer | Changes the language of the recognizer in the speech-to-text engine. | |
| Dispose | Disposes the speech-to-text engine. | |
| GetRecognizers | Retrieves the available speech recognizers. | |
| Init | Initializes the speech engine with the specified audio format. | |
| StartRecognition | Starts recognizing the words. | |
| StopRecognition | Stops the recognition process. |
| Name | Description | |
|---|---|---|
| RecognitionCompleted | Occurs when the speech engine finished processing one segment of the audio. | |
| SpeechDetected | Occurs when speech is detected from the audio stream. | |
| WordHypothesized | Occurs when some words are recognized hypothetically from the audio stream. | |
| WordRecognized | Occurs when some words are recognized from the audio stream. |