日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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