UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

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 }