Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
Interface: ISpeechRecognizerStatus
SupportedLanguages Property
The SupportedLanguages property returns an array containing the languages that the active engine supports.
The array contains the language ID in decimal format.
Syntax
| Set: | (This property is read-only) |
| Get: | Variant = ISpeechRecognizerStatus.SupportedLanguages |
Parts
- ISpeechRecognizerStatus
The owning object. - Variant
Set: (This property is read-only)
Get: A Variant data type as an array with each element containing a language ID of a supported language.
Example
For an example of the use of the SupportedLanguages property, see the code example in the Recognizer Status property section.