KeywordEvent.Keyword 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 Keyword for the Speech Handler to listen for if speech is enabled. If this keyword is recognized, the OnKeywordRecognized event will fire. This keyword must also be registered in the Speech Input configuration profile.
public:
property System::String ^ Keyword { System::String ^ get(); void set(System::String ^ value); };
public string Keyword { get; set; }
member this.Keyword : string with get, set
Public Property Keyword As String