ISpeechRecognitionConstraint.Tag 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.
Gets or sets a tag that can be useful for identifying the constraint.
public:
property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Tag();
void Tag(winrt::hstring value);
public string Tag { get; set; }
var string = iSpeechRecognitionConstraint.tag;
iSpeechRecognitionConstraint.tag = string;
Public Property Tag As String
Property Value
A string representing the tag.