microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
22 lines (21 loc) • 566 B
TypeScript
/**
* 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
}