SpeechRecognitionListConstraint Costruttori

Definizione

Overload

SpeechRecognitionListConstraint(IIterable<String>)

Crea un'istanza della classe SpeechRecognitionListConstraint da una matrice di parole o frasi.

SpeechRecognitionListConstraint(IIterable<String>, String)

Crea un'istanza della classe SpeechRecognitionListConstraint da una matrice di parole o frasi e un tag.

SpeechRecognitionListConstraint(IIterable<String>)

Crea un'istanza della classe SpeechRecognitionListConstraint da una matrice di parole o frasi.

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))

Parametri

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Matrice di stringhe di parole o frasi che costituiscono il vincolo.

Vedi anche

Si applica a

SpeechRecognitionListConstraint(IIterable<String>, String)

Crea un'istanza della classe SpeechRecognitionListConstraint da una matrice di parole o frasi e un 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)

Parametri

commands

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Matrice di stringhe di parole o frasi che costituiscono il vincolo.

tag
String

Platform::String

winrt::hstring

Tag da assegnare al vincolo.

Vedi anche

Si applica a