SpeechRecognitionResult.PhraseDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.