SpeechRecognitionResult.PhraseStartTime Property

Definition

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.

Applies to

See also