SpeechKeywordEvents.Keywords 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.
List of keywords and Unity Events for the Speech input handler to listen for.
public:
property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ Keywords { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::KeywordEvent ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.KeywordEvent> Keywords { get; set; }
member this.Keywords : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.KeywordEvent> with get, set
Public Property Keywords As List(Of KeywordEvent)