次の方法で共有


GrammarList.FromRecognizer(Recognizer) メソッド

定義

指定した認識エンジンの文法リストを作成します。

public static Microsoft.CognitiveServices.Speech.GrammarList FromRecognizer (Microsoft.CognitiveServices.Speech.Recognizer recognizer);
static member FromRecognizer : Microsoft.CognitiveServices.Speech.Recognizer -> Microsoft.CognitiveServices.Speech.GrammarList
Public Shared Function FromRecognizer (recognizer As Recognizer) As GrammarList

パラメーター

recognizer
Recognizer

文法リストの取得元となる認識エンジン。

戻り値

認識エンジンに関連付けられている文法リスト。

注釈

認識エンジンからの文法リストの作成は、特定のシナリオでのみ使用でき、一般提供されていません。

適用対象