PhraseRecognizedEventArgs
Provides information about a phrase recognized event.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Windows.Speech
- Assembly: UnityEngine.CoreModule
public struct PhraseRecognizedEventArgs
Fields
Value | Description |
|---|---|
| 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. |