Interface IMixedRealitySpeechSystem
Mixed Reality Toolkit controller definition, used to manage a specific controller type
Inherited Members
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 |
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()
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()