EmbeddedSpeechConfig.GetSpeechRecognitionModels メソッド

定義

使用可能な音声認識モデルの一覧を取得します。

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.SpeechRecognitionModel> GetSpeechRecognitionModels ();
member this.GetSpeechRecognitionModels : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.SpeechRecognitionModel>
Public Function GetSpeechRecognitionModels () As ReadOnlyCollection(Of SpeechRecognitionModel)

戻り値

音声認識モデルの情報。

適用対象