@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 372 B
JavaScript
export const GoogleSpeechModel = {
LatestShort: "latest_short",
LatestLong: "latest_long",
Video: "video",
PhoneCall: "phone_call",
MedicalConversation: "medical_conversation",
MedicalDictation: "medical_dictation",
Default: "default",
CommandAndSearch: "command_and_search",
Custom: "custom",
};
//# sourceMappingURL=vgConstants.js.map