Platform SDK: Web Telephony Engine

WTEApplication.UseSR Property

The UseSR property sets or retrieves whether the engine uses speech recognition (SR) in this application.

Syntax

WTEApplication.UseSR [ = bUseSR ]

Possible Values

bUseSR
Boolean value that has one of the following settings:
Setting Meaning
TRUE WTE uses an SR engine.
FALSE WTE does not use an SR engine.

This property is read-write.

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

WTEApplication