/**
 * Output format
 * @class VoiceProfileType
 */
export declare enum VoiceProfileType {
    /**
     * Text independent speaker identification
     * @member VoiceProfileType.TextIndependentIdentification
     */
    TextIndependentIdentification = 0,
    /**
     * Text dependent speaker verification
     * @member VoiceProfileType.TextDependentVerification
     */
    TextDependentVerification = 1,
    /**
     * Text independent speaker verification
     * @member VoiceProfileType.TextIndependentVerification
     */
    TextIndependentVerification = 2
}
