KeywordEvent.Keyword Property

Definition

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

Property Value

Applies to