EmbeddedSpeechConfig.GetSpeechTranslationModels Method

Definition

Gets a list of available speech translation models.

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)

Returns

Speech translation model info.

Applies to