SpeechRecognizerAudioCaptureStateChangedEventArgs class

The arguments for the AudioCaptureStateChanged event.

Syntax

public sealed class SpeechRecognizerAudioCaptureStateChangedEventArgs
Public NotInheritable Class SpeechRecognizerAudioCaptureStateChangedEventArgs
public ref class SpeechRecognizerAudioCaptureStateChangedEventArgs sealed 

Members

The SpeechRecognizerAudioCaptureStateChangedEventArgs class has these types of members:

  • Properties

Properties

The SpeechRecognizerAudioCaptureStateChangedEventArgs class has these properties.

Property Access type Description

State

Read-only

Gets the audio capture state.

 

Remarks

For more information about how to use the SpeechRecognizerAudioCaptureStateChangedEventArgs class, 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

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object