Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine.Windows.Speech
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseProvides 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. |