mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Interface IMixedRealitySpeechHandler

    Interface to implement to react to speech recognition.

    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealitySpeechHandler : IMixedRealityBaseInputHandler, IEventSystemHandler

    Methods

    OnSpeechKeywordRecognized(SpeechEventData)

    Declaration
    void OnSpeechKeywordRecognized(SpeechEventData eventData)
    Parameters
    Type Name Description
    SpeechEventData eventData

    OnSpeechKeywordRecognized(SpeechEventData)

    Declaration
    void OnSpeechKeywordRecognized(SpeechEventData eventData)
    Parameters
    Type Name Description
    SpeechEventData eventData
    In This Article
    • Methods
      • OnSpeechKeywordRecognized(SpeechEventData)
      • OnSpeechKeywordRecognized(SpeechEventData)
    Back to top Generated by DocFX