Class PhraseRecognizer
Inheritance
PhraseRecognizer
Assembly: UnityEngine.dll
Syntax
public abstract class PhraseRecognizer : IDisposable
Fields
|
Improve this Doc
View Source
m_Recognizer
Declaration
protected IntPtr m_Recognizer
Field Value
Properties
|
Improve this Doc
View Source
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
Methods
CreateFromGrammarFile(Object, String, ConfidenceLevel)
Declaration
protected static IntPtr CreateFromGrammarFile(object self, string grammarFilePath, ConfidenceLevel minimumConfidence)
Parameters
Returns
CreateFromKeywords(Object, String[], ConfidenceLevel)
Declaration
protected static IntPtr CreateFromKeywords(object self, string[] keywords, ConfidenceLevel minimumConfidence)
Parameters
Returns
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration
Events
|
Improve this Doc
View Source
OnPhraseRecognized
Declaration
public event PhraseRecognizer.PhraseRecognizedDelegate OnPhraseRecognized
Event Type
Implements
Extension Methods