VoiceProfileClient.RetrieveEnrollmentResultAsync(VoiceProfile) Method

Definition

Retrieves an enrollment result associated with a voice profile.

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)

Parameters

voiceProfile
VoiceProfile

a voice profile object.

Returns

An asynchronous operation representing the result of enrollment of a voice profile.

Applies to