SpeechRecognizerAudioCaptureState enumeration

An enumeration that contains all audio capture states.

Syntax

public enum SpeechRecognizerAudioCaptureState
Public Enum SpeechRecognizerAudioCaptureState
public enum class SpeechRecognizerAudioCaptureState

Members

The SpeechRecognizerAudioCaptureState enumeration has these members.

Member Value Description
Inactive 0

Indicates that the speech recognizer is not capturing (listening for) audio input from the user

Capturing 1

Indicates that the speech recognizer is capturing (listening for) audio input from the user.

Remarks

For more information about how to work with the SpeechRecognizerAudioCaptureState enumeration, see the code example in the Using the RecognizeAsync method section of Starting speech recognition for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

Attributes

[Version(0x06020000)]