SpeechRecognizerSettings.EndSilenceTimeout property

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

Syntax

public TimeSpan EndSilenceTimeout { get; set; }
Public Property EndSilenceTimeout As TimeSpan
public:
property TimeSpan EndSilenceTimeout { 
   TimeSpan get();
   void set (TimeSpan value);
}

Property value

Type: System.TimeSpan [.NET] | Windows::Foundation::TimeSpan [C++]

The time interval during which the speech recognizer will wait to finalize the recognition operation, after speech has finished and only silence is being received as input.

Remarks

InitialSilenceTimeout and EndSilenceTimeout both relate to silence, but have different uses. While EndSilenceTimeout applies if speech input has already occurred, InitialSilenceTimeout applies if no speech input is received and there is only silence.

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]

See also

SpeechRecognizerSettings