Show / Hide Table of Contents

Class PhraseRecognitionSystem

Inheritance
Object
PhraseRecognitionSystem
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 static class PhraseRecognitionSystem

Properties

isSupported

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

Status

Declaration
public static SpeechSystemStatus Status { get; }
Property Value
Type Description
SpeechSystemStatus

Methods

Restart()

Declaration
public static void Restart()

Shutdown()

Declaration
public static void Shutdown()

Events

| Improve this Doc View Source

OnError

Declaration
public static event PhraseRecognitionSystem.ErrorDelegate OnError
Event Type
Type Description
PhraseRecognitionSystem.ErrorDelegate
| Improve this Doc View Source

OnStatusChanged

Declaration
public static event PhraseRecognitionSystem.StatusDelegate OnStatusChanged
Event Type
Type Description
PhraseRecognitionSystem.StatusDelegate
  • Improve this Doc
  • View Source
Back to top Generated by DocFX