SRMode.Sequencing Property
The Sequencing property retrieves a value that identifies the SR scheme.
Syntax
[ lScheme = ] SRMode.Sequencing
Possible Values
- lScheme
- Integer identifying the engine. It can have one of these values:
- SRSEQUENCE_CONTINUOUS
- Performs continuous recognition. Given a continuous utterance with no pauses between words, the engine can recognize the words that were spoken.
- SRSEQUENCE_DISCRETE
- Recognizes discrete utterances. Every word must be isolated by a pause before and after the word if the engine is to recognize it.
- SRSEQUENCE_WORDSPOT
- Performs word spotting. A series of words may be spoken in a continuous utterance, but the engine recognizes only selected words or phrases.
- SRSEQUENCE_CONTCFGDISCDICT
- Performs continuous recognition for context-free grammars. It also supports discrete dictation.
This property is read-only.
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