SpeechRecognitionGrammarFileConstraint Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
SpeechRecognitionGrammarFileConstraint(StorageFile) |
Создает экземпляр класса SpeechRecognitionGrammarFileConstraint из объекта файла. |
SpeechRecognitionGrammarFileConstraint(StorageFile, String) |
Создает экземпляр класса SpeechRecognitionGrammarFileConstraint из объекта файла и тега. |
SpeechRecognitionGrammarFileConstraint(StorageFile)
Создает экземпляр класса SpeechRecognitionGrammarFileConstraint из объекта файла.
public:
SpeechRecognitionGrammarFileConstraint(StorageFile ^ file);
SpeechRecognitionGrammarFileConstraint(StorageFile const& file);
public SpeechRecognitionGrammarFileConstraint(StorageFile file);
function SpeechRecognitionGrammarFileConstraint(file)
Public Sub New (file As StorageFile)
Параметры
- file
- StorageFile
Объект , представляющий файл грамматики распознавания речи (SRGS).
См. также раздел
- SpeechRecognitionGrammarFileConstraint(StorageFile, String)
- Взаимодействия с помощью речи
- Пример распознавания и синтеза речи
Применяется к
SpeechRecognitionGrammarFileConstraint(StorageFile, String)
Создает экземпляр класса SpeechRecognitionGrammarFileConstraint из объекта файла и тега.
public:
SpeechRecognitionGrammarFileConstraint(StorageFile ^ file, Platform::String ^ tag);
SpeechRecognitionGrammarFileConstraint(StorageFile const& file, winrt::hstring const& tag);
public SpeechRecognitionGrammarFileConstraint(StorageFile file, string tag);
function SpeechRecognitionGrammarFileConstraint(file, tag)
Public Sub New (file As StorageFile, tag As String)
Параметры
- file
- StorageFile
Объект , представляющий файл грамматики распознавания речи (SRGS).
- tag
-
String
Platform::String
winrt::hstring
Тег, назначаемый ограничению.
См. также раздел
- SpeechRecognitionGrammarFileConstraint(StorageFile)
- Взаимодействия с помощью речи
- Пример распознавания и синтеза речи