VoiceProfileClient.ResetProfileAsync(VoiceProfile) メソッド

定義

音声プロファイルを非同期的にリセットします。

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

パラメーター

voiceProfile
VoiceProfile

音声プロファイル。

戻り値

音声プロファイルをリセットした結果を表す非同期操作。

適用対象