Powered by DocFX

Search Results for

    Class VoiceControl

    SpeechProcessor for voice control.

    Inheritance
    System.Object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    SpeechProcessor
    VoiceControl
    Inherited Members
    SpeechProcessor.State
    SpeechProcessor.LanguageModelProvider
    SpeechProcessor.SpeechSource
    SpeechProcessor.AutoStart
    SpeechProcessor.Started
    SpeechProcessor.Finished
    SpeechProcessor.InitializationFailed
    SpeechProcessor.RuntimeFailed
    SpeechProcessor.StartProcessing()
    SpeechProcessor.StopProcessing()
    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>