SpeechRecognitionListConstraint Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
SpeechRecognitionListConstraint(IIterable<String>) |
Создает экземпляр класса SpeechRecognitionListConstraint из массива слов или фраз. |
SpeechRecognitionListConstraint(IIterable<String>, String) |
Создает экземпляр класса SpeechRecognitionListConstraint из массива слов или фраз и тега. |
SpeechRecognitionListConstraint(IIterable<String>)
Создает экземпляр класса SpeechRecognitionListConstraint из массива слов или фраз.
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))
Параметры
Массив строк слов или фраз, составляющих ограничение.
См. также раздел
- SpeechRecognitionListConstraint(IIterable<String>, String)
- Взаимодействия с помощью речи
- Пример распознавания и синтеза речи
Применяется к
SpeechRecognitionListConstraint(IIterable<String>, String)
Создает экземпляр класса SpeechRecognitionListConstraint из массива слов или фраз и тега.
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)
Параметры
Массив строк слов или фраз, составляющих ограничение.
- tag
-
String
Platform::String
winrt::hstring
Тег, назначаемый ограничению.
См. также раздел
- SpeechRecognitionListConstraint(IIterable<String>)
- Взаимодействия с помощью речи
- Пример распознавания и синтеза речи