We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class MixedRealitySpeechCommandsProfile

    Configuration profile settings for setting up and consuming Speech Commands.

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

    Properties

    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

    SpeechRecognizerStartBehavior

    The list of Speech Commands users use in your application.

    Declaration
    public AutoStartBehavior SpeechRecognizerStartBehavior { get; }
    Property Value
    Type Description
    AutoStartBehavior
    Back to top Generated by DocFX