ISpeechRecognizerStatus SupportedLanguages Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.