Connection.FromRecognizer(Recognizer) メソッド

定義

指定した認識エンジンから Connection インスタンスを取得します。

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

パラメーター

recognizer
Recognizer

接続に関連付けられている認識エンジン。

戻り値

認識エンジンの Connection インスタンス。

適用対象