SpeechRecognizerSettings class

Adjusts the timeout settings of a SpeechRecognizer object.

Syntax

public sealed class SpeechRecognizerSettings
Public NotInheritable Class SpeechRecognizerSettings
public ref class SpeechRecognizerSettings sealed 

Members

The SpeechRecognizerSettings class has these types of members:

  • Properties

Properties

The SpeechRecognizerSettings class has these properties.

Property Access type Description

BabbleTimeout

Read/write

Gets and sets the babble timeout of the SpeechRecognizer object.

EndSilenceTimeout

Read/write

Gets and sets the time interval that a speech recognizer will wait to finalize a recognition operation, after speech has ended.

InitialSilenceTimeout

Read/write

Gets or sets the time that a speech recognizer will wait for speech input if the only input is silence.

 

Remarks

Access the Settings property to obtain an instance of this class.

For more information about how to customize speech recognizer settings, see Customizing speech recognizer settings 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