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

A common base class for both keyword recognizer and grammar recognizer.

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_Recognizer System.IntPtr

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the resources used by phrase recognizer.

Start ( ) : void

Makes the phrase recognizer start listening to phrases.

Stop ( ) : void

Stops the phrase recognizer from listening to phrases.

보호된 메소드들

메소드 설명
CreateFromGrammarFile ( string grammarFilePath, ConfidenceLevel minimumConfidence ) : IntPtr
CreateFromKeywords ( string keywords, ConfidenceLevel minimumConfidence ) : IntPtr

비공개 메소드들

메소드 설명
Destroy ( IntPtr recognizer ) : void
DestroyThreaded ( IntPtr recognizer ) : void
INTERNAL_CALL_CreateFromGrammarFile ( PhraseRecognizer self, string grammarFilePath, ConfidenceLevel minimumConfidence, IntPtr &value ) : void
INTERNAL_CALL_CreateFromKeywords ( PhraseRecognizer self, string keywords, ConfidenceLevel minimumConfidence, IntPtr &value ) : void
InvokePhraseRecognizedEvent ( string text, ConfidenceLevel confidence, SemanticMeaning semanticMeanings, long phraseStartFileTime, long phraseDurationTicks ) : void
IsRunning_Internal ( IntPtr recognizer ) : bool
MarshalSemanticMeaning ( IntPtr keys, IntPtr values, IntPtr valueSizes, int valueCount ) : UnityEngine.Windows.Speech.SemanticMeaning[]
PhraseRecognizer ( ) : System
Start_Internal ( IntPtr recognizer ) : void
Stop_Internal ( IntPtr recognizer ) : void

메소드 상세

CreateFromGrammarFile() 보호된 메소드

protected CreateFromGrammarFile ( string grammarFilePath, ConfidenceLevel minimumConfidence ) : IntPtr
grammarFilePath string
minimumConfidence ConfidenceLevel
리턴 System.IntPtr

CreateFromKeywords() 보호된 메소드

protected CreateFromKeywords ( string keywords, ConfidenceLevel minimumConfidence ) : IntPtr
keywords string
minimumConfidence ConfidenceLevel
리턴 System.IntPtr

Dispose() 공개 메소드

Disposes the resources used by phrase recognizer.

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

Makes the phrase recognizer start listening to phrases.

public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the phrase recognizer from listening to phrases.

public Stop ( ) : void
리턴 void

프로퍼티 상세

m_Recognizer 보호되어 있는 프로퍼티

protected IntPtr,System m_Recognizer
리턴 System.IntPtr