Platform SDK: Web Telephony Engine

SRMode.Grammars Property

The Grammars property retrieves the types of grammar supported by the SR engine.

Syntax

[ lTypes = ] SRMode.Grammars

Possible Values

lTypes
Integer specifying the types of grammar supported. It can be a combination of these values:
SRGRAM_CFG
Context-free grammar.
SRGRAM_DICTATION
Dictation grammar.
SRGRAM_LIMITEDDOMAIN
Limited-domain grammar.

This property is read-only.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

SRMode