次の方法で共有


PhraseListGrammar.FromRecognizer(Recognizer) メソッド

定義

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

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

パラメーター

recognizer
Recognizer

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

戻り値

フレーズ リストの文法。

注釈

一部の言語では使用できません。 言語とサンプル コードの一覧については、「音声テキスト変換の 概要」を参照してください。

適用対象