mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Interface IMixedRealitySpeechSystem

    Mixed Reality Toolkit controller definition, used to manage a specific controller type

    Inherited Members
    IMixedRealityInputDeviceManager.GetActiveControllers()
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealitySpeechSystem : IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable

    Properties

    IsRecognitionActive

    Query whether or not the speech system is active

    Declaration
    bool IsRecognitionActive { get; }
    Property Value
    Type Description
    Boolean

    IsRecognitionActive

    Query whether or not the speech system is active

    Declaration
    bool IsRecognitionActive { get; }
    Property Value
    Type Description
    Boolean

    Methods

    StartRecognition()

    Make sure the keyword recognizer is on, then stop it. Otherwise, leave it alone because it's already in the desired state.

    Declaration
    void StartRecognition()

    StartRecognition()

    Make sure the keyword recognizer is on, then stop it. Otherwise, leave it alone because it's already in the desired state.

    Declaration
    void StartRecognition()

    StopRecognition()

    Make sure the keyword recognizer is on, then stop it. Otherwise, leave it alone because it's already in the desired state.

    Declaration
    void StopRecognition()

    StopRecognition()

    Make sure the keyword recognizer is on, then stop it. Otherwise, leave it alone because it's already in the desired state.

    Declaration
    void StopRecognition()
    In This Article
    • Properties
      • IsRecognitionActive
      • IsRecognitionActive
    • Methods
      • StartRecognition()
      • StartRecognition()
      • StopRecognition()
      • StopRecognition()
    Back to top Generated by DocFX