Class VoiceControl
SpeechProcessor for voice control.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
VoiceControl
Inherited Members
Namespace: Recognissimo.Components
Assembly: Recognissimo.dll
Syntax
[AddComponentMenu("Recognissimo/Speech Processors/Voice Control")]
public sealed class VoiceControl : SpeechProcessor
Properties
AsapMode
Whether to try to recognize voice commands using the preliminary recognition results.
Declaration
public bool AsapMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Commands
List of voice commands.
Declaration
public List<VoiceControlCommand> Commands { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VoiceControlCommand> |