UNPKG

@deepgram/captions

Version:

Node implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.

8 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isConverter = void 0; function isConverter(object) { return "transcriptionData" in object; } exports.isConverter = isConverter; //# sourceMappingURL=IConverter.js.map