C# 클래스 UnityEngine.Windows.Speech.PhraseRecognizedEventArgs

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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