EmbeddedSpeechConfig.GetSpeechTranslationModels メソッド

定義

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

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

戻り値

音声翻訳モデルの情報。

適用対象