KeywordRecognitionSubsystem Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A subsystem that exposes information about the user's KeywordRecognition.
[UnityEngine.Scripting.Preserve]
public class KeywordRecognitionSubsystem : MixedReality.Toolkit.Subsystems.MRTKSubsystem<MixedReality.Toolkit.Subsystems.KeywordRecognitionSubsystem,MixedReality.Toolkit.Subsystems.KeywordRecognitionSubsystemDescriptor,MixedReality.Toolkit.Subsystems.KeywordRecognitionSubsystem.Provider>, MixedReality.Toolkit.Subsystems.IKeywordRecognitionSubsystem
[<UnityEngine.Scripting.Preserve>]
type KeywordRecognitionSubsystem = class
inherit MRTKSubsystem<KeywordRecognitionSubsystem, KeywordRecognitionSubsystemDescriptor, KeywordRecognitionSubsystem.Provider>
interface IKeywordRecognitionSubsystem
interface ISubsystem
Public Class KeywordRecognitionSubsystem
Inherits MRTKSubsystem(Of KeywordRecognitionSubsystem, KeywordRecognitionSubsystemDescriptor, KeywordRecognitionSubsystem.Provider)
Implements IKeywordRecognitionSubsystem
- Inheritance
-
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<TSubsystem,TSubsystemDescriptor,TProvider>MRTKSubsystem<KeywordRecognitionSubsystem,KeywordRecognitionSubsystemDescriptor,KeywordRecognitionSubsystem.Provider>KeywordRecognitionSubsystem
- Derived
- Attributes
-
UnityEngine.Scripting.PreserveAttribute
- Implements
-
IKeywordRecognitionSubsystem Unity
Engine. ISubsystem
Keyword |
Initializes a new instance of the KeywordRecognitionSubsystem class. |
Create |
Add or update a keyword to recognize. |
Get |
Get a read-only reference to the all keywords that are currently registered with the recognizer. |
On |
Called in response to the lifecycle manager fix update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager late update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
Register(Keyword |
Registers a KeywordRecognition subsystem implementation based on the given subsystem parameters. |
Remove |
Remove all keywords to recognize. |
Remove |
Remove a keyword to recognize. |
Proizvod | Verzije |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |