@cognigy/rest-api-client
Version:
Cognigy REST-Client
14 lines • 458 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GoogleSpeechModel = void 0;
exports.GoogleSpeechModel = {
LatestShort: "latest_short",
LatestLong: "latest_long",
Video: "video",
PhoneCall: "phone_call",
MedicalConversation: "medical_conversation",
MedicalDictation: "medical_dictation",
Default: "default",
CommandAndSearch: "command_and_search",
};
//# sourceMappingURL=vgConstants.js.map