C# Класс UnityEngine.Windows.Speech.PhraseRecognizedEventArgs

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
confidence ConfidenceLevel
phraseDuration System.TimeSpan
phraseStartTime System.DateTime
semanticMeanings UnityEngine.Windows.Speech.SemanticMeaning[]
text string

Приватные методы

Метод Описание
PhraseRecognizedEventArgs ( string text, ConfidenceLevel confidence, SemanticMeaning semanticMeanings, System.DateTime phraseStartTime, System.TimeSpan phraseDuration ) : System

Описание свойств

confidence публичное свойство

A measure of correct recognition certainty.

public ConfidenceLevel confidence
Результат ConfidenceLevel

phraseDuration публичное свойство

The time it took for the phrase to be uttered.

public TimeSpan,System phraseDuration
Результат System.TimeSpan

phraseStartTime публичное свойство

The moment in time when uttering of the phrase began.

public DateTime,System phraseStartTime
Результат System.DateTime

semanticMeanings публичное свойство

A semantic meaning of recognized phrase.

public SemanticMeaning[],UnityEngine.Windows.Speech semanticMeanings
Результат UnityEngine.Windows.Speech.SemanticMeaning[]

text публичное свойство

The text that was recognized.

public string text
Результат string