SPENDSRSTREAMFLAGS

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPENDSRSTREAMFLAGS

SPENDSRSTREAMFLAGS enables an application to query for state changes when the end of a speech recognition (SR) stream is encountered.

typedef enum SPENDSRSTREAMFLAGS
{
    SPESF_NONE,              
    SPESF_STREAM_RELEASED   
}   SPENDSRSTREAMFLAGS;

Elements

SPESF_NONE
No flags are associated with the end of stream event.
SPESF_STREAM_RELEASED
The input stream object was released upon reaching the end of the current stream. For example, a wave file is a finite stream of data, and once the end of the stream, and file, is reached, the stream object is released. See also CSpEvent::InputStreamReleased.