Struct PhraseRecognizedEventArgs
Assembly: UnityEngine.dll
Syntax
public struct PhraseRecognizedEventArgs
Fields
|
Improve this Doc
View Source
confidence
Declaration
public readonly ConfidenceLevel confidence
Field Value
|
Improve this Doc
View Source
phraseDuration
Declaration
public readonly TimeSpan phraseDuration
Field Value
|
Improve this Doc
View Source
phraseStartTime
Declaration
public readonly DateTime phraseStartTime
Field Value
|
Improve this Doc
View Source
semanticMeanings
Declaration
public readonly SemanticMeaning[] semanticMeanings
Field Value
|
Improve this Doc
View Source
text
Declaration
public readonly string text
Field Value
Extension Methods