SpeechVisualFeedback Class
Definition
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.
public ref class SpeechVisualFeedback : UnityEngine::MonoBehaviour, Microsoft::MixedReality::Toolkit::Input::IMixedRealitySpeechHandler, UnityEngine::EventSystems::IEventSystemHandler
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/SpeechVisualFeedback")]
public class SpeechVisualFeedback : UnityEngine.MonoBehaviour, Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler, UnityEngine.EventSystems.IEventSystemHandler
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/SpeechVisualFeedback")>]
type SpeechVisualFeedback = class
inherit MonoBehaviour
interface IMixedRealitySpeechHandler
interface IMixedRealityBaseInputHandler
interface IEventSystemHandler
Public Class SpeechVisualFeedback
Inherits MonoBehaviour
Implements IEventSystemHandler, IMixedRealitySpeechHandler
- Inheritance
-
UnityEngine.MonoBehaviourSpeechVisualFeedback
- Attributes
-
UnityEngine.AddComponentMenuAttribute
- Implements
-
IMixedRealityBaseInputHandler IMixedRealitySpeechHandler UnityEngine.EventSystems.IEventSystemHandler
Constructors
SpeechVisualFeedback() |
Methods
ShowVisualFeedback(String) |
This method handles displaying a given text message. |
Explicit Interface Implementations
IMixedRealitySpeechHandler.OnSpeechKeywordRecognized(SpeechEventData) |