WindowsKeywordRecognitionSubsystem Class

Definition

A Unity subsystem that extends KeywordRecognitionSubsystem so to expose the keyword recognition services available on Windows platforms. This subsystem is enabled for Windows Standalone and Universal Windows Applications.

C#
[MixedReality.Toolkit.Subsystems.MRTKSubsystem(Author="Mixed Reality Toolkit Contributors", ConfigType=typeof(MixedReality.Toolkit.Speech.Windows.WindowsKeywordRecognitionSubsystemConfig), DisplayName="MRTK Windows KeywordRecognition Subsystem", Name="org.mixedrealitytoolkit.windowskeywordrecognition", ProviderType=typeof(MixedReality.Toolkit.Speech.Windows.WindowsKeywordRecognitionSubsystem+WindowsKeywordRecognitionProvider), SubsystemTypeOverride=typeof(MixedReality.Toolkit.Speech.Windows.WindowsKeywordRecognitionSubsystem))]
[UnityEngine.Scripting.Preserve]
public class WindowsKeywordRecognitionSubsystem : MixedReality.Toolkit.Subsystems.KeywordRecognitionSubsystem
Inheritance
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<TSubsystem,TSubsystemDescriptor,TProvider>
WindowsKeywordRecognitionSubsystem
Attributes
MRTKSubsystemAttribute UnityEngine.Scripting.PreserveAttribute

Remarks

This subsystem can be configured using the WindowsKeywordRecognitionSubsystemConfig Unity asset.

Constructors

Methods

CreateOrGetEventForKeyword(String)

Add or update a keyword to recognize.

(Inherited from KeywordRecognitionSubsystem)
GetAllKeywords()

Get a read-only reference to the all keywords that are currently registered with the recognizer.

(Inherited from KeywordRecognitionSubsystem)
OnFixedUpdate()

Called in response to the lifecycle manager fix update event function being called, if this subsystem is running.

(Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>)
OnLateUpdate()

Called in response to the lifecycle manager late update event function being called, if this subsystem is running.

(Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>)
OnUpdate()

Called in response to the lifecycle manager update event function being called, if this subsystem is running.

(Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>)
RemoveAllKeywords()

Remove all keywords to recognize.

(Inherited from KeywordRecognitionSubsystem)
RemoveKeyword(String)

Remove a keyword to recognize.

(Inherited from KeywordRecognitionSubsystem)

Applies to

Proizvod Verzije
MRTK3 Windows Speech 3.0