UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
22 lines (21 loc) 566 B
/** * 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 }