VoiceProfileEnrollmentCancellationDetails.FromResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an object that represents the details of a canceled enrollment result.
public static Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentCancellationDetails FromResult (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentResult -> Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileEnrollmentCancellationDetails
Public Shared Function FromResult (result As VoiceProfileEnrollmentResult) As VoiceProfileEnrollmentCancellationDetails
Parameters
- result
- VoiceProfileEnrollmentResult
A voice profile enrollment result object.
Returns
A voice profile enrollment cancellation details object.