Class MixedRealitySpeechCommandsProfile
Configuration profile settings for setting up and consuming Speech Commands.
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 |