This version of Unity is unsupported.

PhraseRecognizedEventArgs

struct in UnityEngine.Windows.Speech

/

Implemented in:UnityEngine.CoreModule

Description

Provides information about a phrase recognized event.

Properties

confidenceA measure of correct recognition certainty.
phraseDurationThe time it took for the phrase to be uttered.
phraseStartTimeThe moment in time when uttering of the phrase began.
semanticMeaningsA semantic meaning of recognized phrase.
textThe text that was recognized.