C# Class UnityEngine.Windows.Speech.PhraseRecognizedEventArgs

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
confidence ConfidenceLevel
phraseDuration System.TimeSpan
phraseStartTime System.DateTime
semanticMeanings UnityEngine.Windows.Speech.SemanticMeaning[]
text string

Private Methods

Méthode Description
PhraseRecognizedEventArgs ( string text, ConfidenceLevel confidence, SemanticMeaning semanticMeanings, System.DateTime phraseStartTime, System.TimeSpan phraseDuration ) : System

Property Details

confidence public_oe property

A measure of correct recognition certainty.

public ConfidenceLevel confidence
Résultat ConfidenceLevel

phraseDuration public_oe property

The time it took for the phrase to be uttered.

public TimeSpan,System phraseDuration
Résultat System.TimeSpan

phraseStartTime public_oe property

The moment in time when uttering of the phrase began.

public DateTime,System phraseStartTime
Résultat System.DateTime

semanticMeanings public_oe property

A semantic meaning of recognized phrase.

public SemanticMeaning[],UnityEngine.Windows.Speech semanticMeanings
Résultat UnityEngine.Windows.Speech.SemanticMeaning[]

text public_oe property

The text that was recognized.

public string text
Résultat string