SpeechRecognitionTopicConstraint.TopicHint Property

Definition

Gets the topic hint for the constraint.

public:
 property Platform::String ^ TopicHint { Platform::String ^ get(); };
winrt::hstring TopicHint();
public string TopicHint { get; }
var string = speechRecognitionTopicConstraint.topicHint;
Public ReadOnly Property TopicHint As String

Property Value

String

Platform::String

winrt::hstring

The topic hint for the constraint.

Applies to

See also