SpeechRecognitionResult.PhraseDuration Property

Definition

Gets the amount of time required for the utterance.

public:
 property TimeSpan PhraseDuration { TimeSpan get(); };
TimeSpan PhraseDuration();
public System.TimeSpan PhraseDuration { get; }
var timeSpan = speechRecognitionResult.phraseDuration;
Public ReadOnly Property PhraseDuration As TimeSpan

Property Value

The duration of the utterance.

Applies to

See also