SpeechRecognitionResult.PhraseStartTime 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 start time of the utterance.
public:
property DateTime PhraseStartTime { DateTime get(); };
DateTime PhraseStartTime();
public System.DateTimeOffset PhraseStartTime { get; }
var dateTime = speechRecognitionResult.phraseStartTime;
Public ReadOnly Property PhraseStartTime As DateTimeOffset
Property Value
The start time of the utterance.