SpeechRecognitionGrammarFileConstraint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 クラスのインスタンスを作成します。
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
制約に割り当てるタグ。