Class VoiceProfileEnrollmentCancellationDetails


  • public class VoiceProfileEnrollmentCancellationDetails
    extends Object
    Contains detailed information about why voice profile enrollment was canceled.
    • Method Detail

      • fromResult

        public static VoiceProfileEnrollmentCancellationDetails fromResult​(VoiceProfileEnrollmentResult result)
        Creates an instance of VoiceProfileEnrollmentCancellationDetails object for the canceled VoiceProfileEnrollmentResult.
        Parameters:
        result - The voice profile enrollment result that was canceled.
        Returns:
        The cancellation details object being created.
      • getReason

        public CancellationReason getReason()
        The reason the recognition was canceled.
        Returns:
        Specifies the reason canceled.
      • getErrorCode

        public CancellationErrorCode getErrorCode()
        The error code in case of an unsuccessful recognition (when getReason() returns Error). Added in version 1.1.0.
        Returns:
        An error code that represents the error reason.
      • getErrorDetails

        public String getErrorDetails()
        The error message in case of an unsuccessful recognition (when getReason() returns Error).
        Returns:
        A String that represents the error details.
      • toString

        public String toString()
        Returns a String that represents the cancellation details.
        Overrides:
        toString in class Object
        Returns:
        A String that represents the cancellation details.