mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealitySpeechCommandsProfile

    Configuration profile settings for setting up and consuming Speech Commands.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealitySpeechCommandsProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealitySpeechCommandsProfile : BaseMixedRealityProfile, ScriptableObject

    Properties

    SpeechCommands

    The list of Speech Commands users use in your application.

    Declaration
    public SpeechCommands[] SpeechCommands { get; }
    Property Value
    Type Description
    SpeechCommands[]

    SpeechCommands

    The list of Speech Commands users use in your application.

    Declaration
    public SpeechCommands[] SpeechCommands { get; }
    Property Value
    Type Description
    SpeechCommands[]

    SpeechRecognitionConfidenceLevel

    The speech recognizer's minimum confidence level setting that will raise the action.

    Declaration
    public RecognitionConfidenceLevel SpeechRecognitionConfidenceLevel { get; }
    Property Value
    Type Description
    RecognitionConfidenceLevel

    SpeechRecognitionConfidenceLevel

    The speech recognizer's minimum confidence level setting that will raise the action.

    Declaration
    public RecognitionConfidenceLevel SpeechRecognitionConfidenceLevel { get; }
    Property Value
    Type Description
    RecognitionConfidenceLevel

    SpeechRecognizerStartBehavior

    The list of Speech Commands users use in your application.

    Declaration
    public AutoStartBehavior SpeechRecognizerStartBehavior { get; }
    Property Value
    Type Description
    AutoStartBehavior

    SpeechRecognizerStartBehavior

    The list of Speech Commands users use in your application.

    Declaration
    public AutoStartBehavior SpeechRecognizerStartBehavior { get; }
    Property Value
    Type Description
    AutoStartBehavior

    Implements

    ScriptableObject
    In This Article
    • Properties
      • SpeechCommands
      • SpeechCommands
      • SpeechRecognitionConfidenceLevel
      • SpeechRecognitionConfidenceLevel
      • SpeechRecognizerStartBehavior
      • SpeechRecognizerStartBehavior
    • Implements
    Back to top Generated by DocFX