VoiceProfileClient.GetAllProfilesAsync(VoiceProfileType) メソッド

定義

特定のプロファイルの種類のすべての音声プロファイルを取得します。

public System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>> GetAllProfilesAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType voiceProfileType);
member this.GetAllProfilesAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType -> System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile>>
Public Function GetAllProfilesAsync (voiceProfileType As VoiceProfileType) As Task(Of ReadOnlyCollection(Of VoiceProfile))

パラメーター

voiceProfileType
VoiceProfileType

音声プロファイルの種類。

戻り値

音声プロファイルのコレクションを取得した結果を表す非同期操作。

適用対象