SpeechInputHandler.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.
The keywords to be recognized and optional keyboard shortcuts.
public:
property cli::array <Microsoft::MixedReality::Toolkit::Input::KeywordAndResponse> ^ Keywords { cli::array <Microsoft::MixedReality::Toolkit::Input::KeywordAndResponse> ^ get(); };
public Microsoft.MixedReality.Toolkit.Input.KeywordAndResponse[] Keywords { get; }
member this.Keywords : Microsoft.MixedReality.Toolkit.Input.KeywordAndResponse[]
Public ReadOnly Property Keywords As KeywordAndResponse()