Share via


SPENDSRSTREAMFLAGS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines flags to signal the end of a speech recognition stream. These flags enable the client to query for state changes on a stream.

Syntax

typedef enum SPENDSRSTREAMFLAGS{
  SPESF_NONE = 0,
  SPESF_STREAM_RELEASED = (1 << 0)
} SPENDSRSTREAMFLAGS;

Elements

  • SPESF_NONE
    Associate no flags with end of stream event.
  • SPESF_STREAM_RELEASED
    Release input stream object on reaching end of current stream. For example, in a waveform audio file (.wav) that represents a finite stream of data, the stream object is released when the end of the stream is reached.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations