VoiceProfileEnrollmentCancellationDetails Class
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.
Contains the cancellation details of an enrollment result. Added in 1.12.0
public class VoiceProfileEnrollmentCancellationDetails
type VoiceProfileEnrollmentCancellationDetails = class
Public Class VoiceProfileEnrollmentCancellationDetails
- Inheritance
-
VoiceProfileEnrollmentCancellationDetails
Remarks
See also: Get started with Speaker recognition
Properties
ErrorCode |
The error code in case of an unsuccessful enrollment (Reason is set to Error). |
ErrorDetails |
The error message in case of an unsuccessful enrollment (Reason is set to Error). |
Reason |
The reason the enrollment was canceled. |
Methods
FromResult(VoiceProfileEnrollmentResult) |
Create an object that represents the details of a canceled enrollment result. |
ToString() |
Returns a string that represents the cancellation details. |
Applies to
Azure SDK for .NET