VoiceProfileClient.RetrieveEnrollmentResultAsync(VoiceProfile) メソッド

定義

音声プロファイルに関連付けられている登録結果を取得します。

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

パラメーター

voiceProfile
VoiceProfile

音声プロファイル オブジェクト。

戻り値

音声プロファイルの登録の結果を表す非同期操作。

適用対象