coze-plugin-utils
Version:
Comprehensive utility library for Coze plugins with multimedia processing, browser automation, cloud storage integration, and AI-powered video/audio generation capabilities
14 lines • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EVoiceEmotion = void 0;
var EVoiceEmotion;
(function (EVoiceEmotion) {
EVoiceEmotion["happy"] = "happy";
EVoiceEmotion["sad"] = "sad";
EVoiceEmotion["angry"] = "angry";
EVoiceEmotion["fearful"] = "fearful";
EVoiceEmotion["disgusted"] = "disgusted";
EVoiceEmotion["surprised"] = "surprised";
EVoiceEmotion["neutral"] = "neutral";
})(EVoiceEmotion || (exports.EVoiceEmotion = EVoiceEmotion = {}));
//# sourceMappingURL=config.js.map