Freigeben über


SpeechRecognitionListConstraint Konstruktoren

Definition

Überlädt

SpeechRecognitionListConstraint(IIterable<String>)

Erstellt eine instance der SpeechRecognitionListConstraint-Klasse aus einem Array von Wörtern oder Ausdrücken.

SpeechRecognitionListConstraint(IIterable<String>, String)

Erstellt eine instance der SpeechRecognitionListConstraint-Klasse aus einem Array von Wörtern oder Ausdrücken und einem Tag.

SpeechRecognitionListConstraint(IIterable<String>)

Erstellt eine instance der SpeechRecognitionListConstraint-Klasse aus einem Array von Wörtern oder Ausdrücken.

public:
 SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands);
 SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands);
public SpeechRecognitionListConstraint(IEnumerable<string> commands);
function SpeechRecognitionListConstraint(commands)
Public Sub New (commands As IEnumerable(Of String))

Parameter

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Ein Zeichenfolgenarray von Wörtern oder Ausdrücken, die die Einschränkung bilden.

Weitere Informationen

Gilt für:

SpeechRecognitionListConstraint(IIterable<String>, String)

Erstellt eine instance der SpeechRecognitionListConstraint-Klasse aus einem Array von Wörtern oder Ausdrücken und einem Tag.

public:
 SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands, Platform::String ^ tag);
 SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands, winrt::hstring const& tag);
public SpeechRecognitionListConstraint(IEnumerable<string> commands, string tag);
function SpeechRecognitionListConstraint(commands, tag)
Public Sub New (commands As IEnumerable(Of String), tag As String)

Parameter

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Ein Zeichenfolgenarray von Wörtern oder Ausdrücken, die die Einschränkung bilden.

tag
String

Platform::String

winrt::hstring

Das Tag, das der Einschränkung zugewiesen werden soll.

Weitere Informationen

Gilt für: