SpeechRecognitionListConstraint Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SpeechRecognitionListConstraint(IIterable<String>) |
Crée une instance de la classe SpeechRecognitionListConstraint à partir d’un tableau de mots ou d’expressions. |
SpeechRecognitionListConstraint(IIterable<String>, String) |
Crée un instance de la classe SpeechRecognitionListConstraint à partir d’un tableau de mots ou d’expressions et d’une balise. |
SpeechRecognitionListConstraint(IIterable<String>)
Crée une instance de la classe SpeechRecognitionListConstraint à partir d’un tableau de mots ou d’expressions.
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))
Paramètres
Tableau de chaînes de mots ou d’expressions qui composent la contrainte.
Voir aussi
- SpeechRecognitionListConstraint(IIterable<String>, String)
- Interactions vocales
- Reconnaissance vocale et exemple de synthèse vocale
S’applique à
SpeechRecognitionListConstraint(IIterable<String>, String)
Crée un instance de la classe SpeechRecognitionListConstraint à partir d’un tableau de mots ou d’expressions et d’une balise.
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)
Paramètres
Tableau de chaînes de mots ou d’expressions qui composent la contrainte.
- tag
-
String
Platform::String
winrt::hstring
Balise à affecter à la contrainte.
Voir aussi
- SpeechRecognitionListConstraint(IIterable<String>)
- Interactions vocales
- Reconnaissance vocale et exemple de synthèse vocale