ISpeechRecognizerStatus SupportedLanguages Property (SAPI 5.3)

Microsoft Speech API 5.3

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.