struct in UnityEngine.Windows.Speech
/
Implemented in:UnityEngine.CoreModule
Provides information about a phrase recognized event.
confidence | A measure of correct recognition certainty. |
phraseDuration | The time it took for the phrase to be uttered. |
phraseStartTime | The moment in time when uttering of the phrase began. |
semanticMeanings | A semantic meaning of recognized phrase. |
text | The text that was recognized. |