MixedRealitySpeechCommandsProfile Class

Definition

Configuration profile settings for setting up and consuming Speech Commands.

public ref class MixedRealitySpeechCommandsProfile : Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile
[UnityEngine.CreateAssetMenu(fileName="MixedRealitySpeechCommandsProfile", menuName="Mixed Reality Toolkit/Profiles/Mixed Reality Speech Commands Profile", order=7)]
[UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")]
public class MixedRealitySpeechCommandsProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")]
[UnityEngine.CreateAssetMenu(fileName="MixedRealitySpeechCommandsProfile", menuName="Mixed Reality/Toolkit/Profiles/Mixed Reality Speech Commands Profile", order=7)]
public class MixedRealitySpeechCommandsProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")]
public class MixedRealitySpeechCommandsProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[<UnityEngine.CreateAssetMenu(fileName="MixedRealitySpeechCommandsProfile", menuName="Mixed Reality Toolkit/Profiles/Mixed Reality Speech Commands Profile", order=7)>]
[<UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")>]
type MixedRealitySpeechCommandsProfile = class
    inherit BaseMixedRealityProfile
[<UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")>]
[<UnityEngine.CreateAssetMenu(fileName="MixedRealitySpeechCommandsProfile", menuName="Mixed Reality/Toolkit/Profiles/Mixed Reality Speech Commands Profile", order=7)>]
type MixedRealitySpeechCommandsProfile = class
    inherit BaseMixedRealityProfile
[<UnityEngine.HelpURL("https://docs.microsoft.com/windows/mixed-reality/mrtk-unity/features/input/speech")>]
type MixedRealitySpeechCommandsProfile = class
    inherit BaseMixedRealityProfile
Public Class MixedRealitySpeechCommandsProfile
Inherits BaseMixedRealityProfile
Inheritance
UnityEngine.ScriptableObject
MixedRealitySpeechCommandsProfile
Attributes
UnityEngine.CreateAssetMenuAttribute UnityEngine.HelpURLAttribute

Constructors

MixedRealitySpeechCommandsProfile()

Properties

SpeechCommands

The list of Speech Commands users use in your application.

SpeechRecognitionConfidenceLevel

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

SpeechRecognizerStartBehavior

The list of Speech Commands users use in your application.

Applies to