SpeechKeywordEvents.OnAnySpeechKeywordRecognized Property
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.
A Unity event with SpeechEventData. This event will be fired when any of the keywords registered in the Speech input Configuration Profile are recognized.
public:
property Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::SpeechInteractionEvent ^ OnAnySpeechKeywordRecognized { Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::SpeechInteractionEvent ^ get(); };
public Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.SpeechInteractionEvent OnAnySpeechKeywordRecognized { get; }
member this.OnAnySpeechKeywordRecognized : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.SpeechInteractionEvent
Public ReadOnly Property OnAnySpeechKeywordRecognized As SpeechInteractionEvent