Show / Hide Table of Contents

Class PhraseRecognizer

Inheritance
Object
PhraseRecognizer
GrammarRecognizer
KeywordRecognizer
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Windows.Speech
Assembly: UnityEngine.dll
Syntax
public abstract class PhraseRecognizer : IDisposable

Fields

| Improve this Doc View Source

m_Recognizer

Declaration
protected IntPtr m_Recognizer
Field Value
Type Description
IntPtr

Properties

| Improve this Doc View Source

IsRunning

Declaration
public bool IsRunning { get; }
Property Value
Type Description
Boolean

Methods

CreateFromGrammarFile(Object, String, ConfidenceLevel)

Declaration
protected static IntPtr CreateFromGrammarFile(object self, string grammarFilePath, ConfidenceLevel minimumConfidence)
Parameters
Type Name Description
Object self
String grammarFilePath
ConfidenceLevel minimumConfidence
Returns
Type Description
IntPtr

CreateFromKeywords(Object, String[], ConfidenceLevel)

Declaration
protected static IntPtr CreateFromKeywords(object self, string[] keywords, ConfidenceLevel minimumConfidence)
Parameters
Type Name Description
Object self
String[] keywords
ConfidenceLevel minimumConfidence
Returns
Type Description
IntPtr
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

Start()

Declaration
public void Start()
| Improve this Doc View Source

Stop()

Declaration
public void Stop()

Events

| Improve this Doc View Source

OnPhraseRecognized

Declaration
public event PhraseRecognizer.PhraseRecognizedDelegate OnPhraseRecognized
Event Type
Type Description
PhraseRecognizer.PhraseRecognizedDelegate

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX