VoiceProfileClient.DeleteProfileAsync(VoiceProfile) メソッド

定義

音声プロファイルを非同期的に削除します。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult> DeleteProfileAsync (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile voiceProfile);
member this.DeleteProfileAsync : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileResult>
Public Function DeleteProfileAsync (voiceProfile As VoiceProfile) As Task(Of VoiceProfileResult)

パラメーター

voiceProfile
VoiceProfile

音声プロファイル。

戻り値

音声プロファイルを削除した結果を表す非同期操作。

適用対象