@deepgram/sdk 1.2.2 → 1.3.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +16 -0
- package/.devcontainer/devcontainer.json +29 -0
- package/CHANGELOG.md +196 -163
- package/CODE_OF_CONDUCT.md +127 -127
- package/CONTRIBUTING.md +50 -50
- package/LICENSE +21 -21
- package/README.md +151 -151
- package/dist/billing.d.ts +18 -0
- package/dist/billing.js +73 -0
- package/dist/billing.js.map +1 -0
- package/dist/constants/defaultOptions.d.ts +6 -6
- package/dist/constants/defaultOptions.js +9 -9
- package/dist/constants/defaultOptions.js.map +0 -0
- package/dist/constants/index.d.ts +1 -1
- package/dist/constants/index.js +17 -13
- package/dist/constants/index.js.map +1 -1
- package/dist/enums/alternatives.d.ts +4 -4
- package/dist/enums/alternatives.js +2 -2
- package/dist/enums/alternatives.js.map +0 -0
- package/dist/enums/connectionState.d.ts +6 -6
- package/dist/enums/connectionState.js +10 -10
- package/dist/enums/connectionState.js.map +0 -0
- package/dist/enums/diarization.d.ts +4 -4
- package/dist/enums/diarization.js +2 -2
- package/dist/enums/diarization.js.map +0 -0
- package/dist/enums/index.d.ts +7 -7
- package/dist/enums/index.js +23 -19
- package/dist/enums/index.js.map +1 -1
- package/dist/enums/liveTranscriptionEvents.d.ts +6 -6
- package/dist/enums/liveTranscriptionEvents.js +2 -2
- package/dist/enums/liveTranscriptionEvents.js.map +0 -0
- package/dist/enums/models.d.ts +5 -5
- package/dist/enums/models.js +2 -2
- package/dist/enums/models.js.map +0 -0
- package/dist/enums/punctuation.d.ts +4 -4
- package/dist/enums/punctuation.js +2 -2
- package/dist/enums/punctuation.js.map +0 -0
- package/dist/enums/searchKind.d.ts +4 -4
- package/dist/enums/searchKind.js +2 -2
- package/dist/enums/searchKind.js.map +0 -0
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.js +17 -13
- package/dist/helpers/index.js.map +1 -1
- package/dist/helpers/secondsToTimestamp.d.ts +1 -1
- package/dist/helpers/secondsToTimestamp.js +7 -7
- package/dist/helpers/secondsToTimestamp.js.map +0 -0
- package/dist/httpRequest.d.ts +3 -3
- package/dist/httpRequest.js +90 -90
- package/dist/httpRequest.js.map +1 -1
- package/dist/index.d.ts +25 -17
- package/dist/index.js +40 -32
- package/dist/index.js.map +1 -1
- package/dist/invitation.d.ts +29 -0
- package/dist/invitation.js +99 -0
- package/dist/invitation.js.map +1 -0
- package/dist/keys.d.ts +32 -32
- package/dist/keys.js +131 -111
- package/dist/keys.js.map +1 -1
- package/dist/members.d.ts +18 -0
- package/dist/members.js +73 -0
- package/dist/members.js.map +1 -0
- package/dist/projects.d.ts +21 -21
- package/dist/projects.js +81 -81
- package/dist/projects.js.map +1 -1
- package/dist/scopes.d.ts +20 -0
- package/dist/scopes.js +77 -0
- package/dist/scopes.js.map +1 -0
- package/dist/transcription/index.d.ts +18 -18
- package/dist/transcription/index.js +71 -71
- package/dist/transcription/index.js.map +0 -0
- package/dist/transcription/liveTranscription.d.ts +23 -23
- package/dist/transcription/liveTranscription.js +82 -82
- package/dist/transcription/liveTranscription.js.map +1 -1
- package/dist/transcription/preRecordedTranscription.d.ts +8 -8
- package/dist/transcription/preRecordedTranscription.js +113 -113
- package/dist/transcription/preRecordedTranscription.js.map +1 -1
- package/dist/types/balance.d.ts +6 -0
- package/dist/types/balance.js +3 -0
- package/dist/types/balance.js.map +1 -0
- package/dist/types/balanceList.d.ts +4 -0
- package/dist/types/balanceList.js +3 -0
- package/dist/types/balanceList.js.map +1 -0
- package/dist/types/channel.d.ts +25 -25
- package/dist/types/channel.js +2 -2
- package/dist/types/channel.js.map +0 -0
- package/dist/types/createKeyOptions.d.ts +13 -13
- package/dist/types/createKeyOptions.js +2 -2
- package/dist/types/createKeyOptions.js.map +0 -0
- package/dist/types/hit.d.ts +21 -21
- package/dist/types/hit.js +2 -2
- package/dist/types/hit.js.map +0 -0
- package/dist/types/index.d.ts +35 -28
- package/dist/types/index.js +51 -40
- package/dist/types/index.js.map +1 -1
- package/dist/types/invitationList.d.ts +4 -0
- package/dist/types/invitationList.js +3 -0
- package/dist/types/invitationList.js.map +1 -0
- package/dist/types/invitationOptions.d.ts +4 -0
- package/dist/types/invitationOptions.js +3 -0
- package/dist/types/invitationOptions.js.map +1 -0
- package/dist/types/key.d.ts +25 -25
- package/dist/types/key.js +2 -2
- package/dist/types/key.js.map +0 -0
- package/dist/types/keyResponse.d.ts +50 -10
- package/dist/types/keyResponse.js +2 -2
- package/dist/types/keyResponse.js.map +0 -0
- package/dist/types/keyword.d.ts +4 -4
- package/dist/types/keyword.js +2 -2
- package/dist/types/keyword.js.map +0 -0
- package/dist/types/liveTranscriptionOptions.d.ts +148 -148
- package/dist/types/liveTranscriptionOptions.js +2 -2
- package/dist/types/liveTranscriptionOptions.js.map +0 -0
- package/dist/types/liveTranscriptionResponse.d.ts +9 -9
- package/dist/types/liveTranscriptionResponse.js +2 -2
- package/dist/types/liveTranscriptionResponse.js.map +0 -0
- package/dist/types/member.d.ts +7 -6
- package/dist/types/member.js +2 -2
- package/dist/types/member.js.map +0 -0
- package/dist/types/memberList.d.ts +4 -0
- package/dist/types/memberList.js +3 -0
- package/dist/types/memberList.js.map +1 -0
- package/dist/types/message.d.ts +3 -0
- package/dist/types/message.js +3 -0
- package/dist/types/message.js.map +1 -0
- package/dist/types/metadata.d.ts +8 -8
- package/dist/types/metadata.js +2 -2
- package/dist/types/metadata.js.map +0 -0
- package/dist/types/prerecordedTranscriptionOptions.d.ts +126 -126
- package/dist/types/prerecordedTranscriptionOptions.js +2 -2
- package/dist/types/prerecordedTranscriptionOptions.js.map +0 -0
- package/dist/types/prerecordedTranscriptionResponse.d.ts +25 -25
- package/dist/types/prerecordedTranscriptionResponse.js +50 -50
- package/dist/types/prerecordedTranscriptionResponse.js.map +1 -1
- package/dist/types/project.d.ts +17 -17
- package/dist/types/project.js +2 -2
- package/dist/types/project.js.map +0 -0
- package/dist/types/projectPatchResponse.d.ts +6 -6
- package/dist/types/projectPatchResponse.js +2 -2
- package/dist/types/projectPatchResponse.js.map +0 -0
- package/dist/types/projectResponse.d.ts +4 -4
- package/dist/types/projectResponse.js +2 -2
- package/dist/types/projectResponse.js.map +0 -0
- package/dist/types/scopeList.d.ts +3 -0
- package/dist/types/scopeList.js +3 -0
- package/dist/types/scopeList.js.map +1 -0
- package/dist/types/search.d.ts +14 -14
- package/dist/types/search.js +2 -2
- package/dist/types/search.js.map +0 -0
- package/dist/types/transcriptionSource.d.ts +14 -14
- package/dist/types/transcriptionSource.js +2 -2
- package/dist/types/transcriptionSource.js.map +0 -0
- package/dist/types/usageCallback.d.ts +4 -4
- package/dist/types/usageCallback.js +2 -2
- package/dist/types/usageCallback.js.map +0 -0
- package/dist/types/usageField.d.ts +7 -7
- package/dist/types/usageField.js +2 -2
- package/dist/types/usageField.js.map +0 -0
- package/dist/types/usageFieldOptions.d.ts +4 -4
- package/dist/types/usageFieldOptions.js +2 -2
- package/dist/types/usageFieldOptions.js.map +0 -0
- package/dist/types/usageOptions.d.ts +23 -23
- package/dist/types/usageOptions.js +2 -2
- package/dist/types/usageOptions.js.map +0 -0
- package/dist/types/usageRequest.d.ts +11 -11
- package/dist/types/usageRequest.js +2 -2
- package/dist/types/usageRequest.js.map +0 -0
- package/dist/types/usageRequestDetail.d.ts +30 -30
- package/dist/types/usageRequestDetail.js +2 -2
- package/dist/types/usageRequestDetail.js.map +0 -0
- package/dist/types/usageRequestList.d.ts +6 -6
- package/dist/types/usageRequestList.js +2 -2
- package/dist/types/usageRequestList.js.map +0 -0
- package/dist/types/usageRequestListOptions.d.ts +7 -7
- package/dist/types/usageRequestListOptions.js +2 -2
- package/dist/types/usageRequestListOptions.js.map +0 -0
- package/dist/types/usageRequestMessage.d.ts +3 -3
- package/dist/types/usageRequestMessage.js +2 -2
- package/dist/types/usageRequestMessage.js.map +0 -0
- package/dist/types/usageResponse.d.ts +10 -10
- package/dist/types/usageResponse.js +2 -2
- package/dist/types/usageResponse.js.map +0 -0
- package/dist/types/usageResponseDetail.d.ts +6 -6
- package/dist/types/usageResponseDetail.js +2 -2
- package/dist/types/usageResponseDetail.js.map +0 -0
- package/dist/types/utterance.d.ts +39 -39
- package/dist/types/utterance.js +2 -2
- package/dist/types/utterance.js.map +0 -0
- package/dist/types/wordBase.d.ts +8 -8
- package/dist/types/wordBase.js +2 -2
- package/dist/types/wordBase.js.map +0 -0
- package/dist/usage.d.ts +34 -34
- package/dist/usage.js +121 -121
- package/dist/usage.js.map +1 -1
- package/dist/userAgent.d.ts +1 -1
- package/dist/userAgent.js +19 -20
- package/dist/userAgent.js.map +1 -1
- package/package.json +59 -57
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.LiveTranscription = void 0;
|
|
22
|
-
var events_1 = __importDefault(require("events"));
|
|
23
|
-
var querystring_1 = __importDefault(require("querystring"));
|
|
24
|
-
var ws_1 = __importDefault(require("ws"));
|
|
25
|
-
var enums_1 = require("../enums");
|
|
26
|
-
var userAgent_1 = require("../userAgent");
|
|
27
|
-
var LiveTranscription = /** @class */ (function (_super) {
|
|
28
|
-
__extends(LiveTranscription, _super);
|
|
29
|
-
function LiveTranscription(credentials, apiUrl, options) {
|
|
30
|
-
var _this = _super.call(this, undefined) || this;
|
|
31
|
-
_this._socket = new ws_1.default("wss://"
|
|
32
|
-
headers: {
|
|
33
|
-
Authorization: "token "
|
|
34
|
-
"User-Agent": (0, userAgent_1.userAgent)(),
|
|
35
|
-
},
|
|
36
|
-
});
|
|
37
|
-
_this._bindSocketEvents();
|
|
38
|
-
return _this;
|
|
39
|
-
}
|
|
40
|
-
LiveTranscription.prototype._bindSocketEvents = function () {
|
|
41
|
-
var _this = this;
|
|
42
|
-
this._socket.onopen = function () {
|
|
43
|
-
_this.emit("open" /* Open */, _this);
|
|
44
|
-
};
|
|
45
|
-
this._socket.onclose = function (event) {
|
|
46
|
-
_this.emit("close" /* Close */, event);
|
|
47
|
-
};
|
|
48
|
-
this._socket.onerror = function (event) {
|
|
49
|
-
_this.emit("error" /* Error */, event);
|
|
50
|
-
};
|
|
51
|
-
this._socket.onmessage = function (m) {
|
|
52
|
-
_this.emit("transcriptReceived" /* TranscriptReceived */, m.data);
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Returns the ready state of the websocket connection
|
|
57
|
-
*/
|
|
58
|
-
LiveTranscription.prototype.getReadyState = function () {
|
|
59
|
-
return this._socket.readyState;
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* Sends data to the Deepgram API via websocket connection
|
|
63
|
-
* @param data Audio data to send to Deepgram
|
|
64
|
-
*/
|
|
65
|
-
LiveTranscription.prototype.send = function (data) {
|
|
66
|
-
if (this._socket.readyState === enums_1.ConnectionState.OPEN) {
|
|
67
|
-
this._socket.send(data);
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
70
|
-
this.emit("error" /* Error */, "Could not send. Connection not open.");
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
/**
|
|
74
|
-
* Denote that you are finished sending audio and close
|
|
75
|
-
* the websocket connection when transcription is finished
|
|
76
|
-
*/
|
|
77
|
-
LiveTranscription.prototype.finish = function () {
|
|
78
|
-
this._socket.send(new Uint8Array(0));
|
|
79
|
-
};
|
|
80
|
-
return LiveTranscription;
|
|
81
|
-
}(events_1.default));
|
|
82
|
-
exports.LiveTranscription = LiveTranscription;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
+
};
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.LiveTranscription = void 0;
|
|
22
|
+
var events_1 = __importDefault(require("events"));
|
|
23
|
+
var querystring_1 = __importDefault(require("querystring"));
|
|
24
|
+
var ws_1 = __importDefault(require("ws"));
|
|
25
|
+
var enums_1 = require("../enums");
|
|
26
|
+
var userAgent_1 = require("../userAgent");
|
|
27
|
+
var LiveTranscription = /** @class */ (function (_super) {
|
|
28
|
+
__extends(LiveTranscription, _super);
|
|
29
|
+
function LiveTranscription(credentials, apiUrl, options) {
|
|
30
|
+
var _this = _super.call(this, undefined) || this;
|
|
31
|
+
_this._socket = new ws_1.default("wss://".concat(apiUrl, "/v1/listen?").concat(querystring_1.default.stringify(options)), {
|
|
32
|
+
headers: {
|
|
33
|
+
Authorization: "token ".concat(credentials),
|
|
34
|
+
"User-Agent": (0, userAgent_1.userAgent)(),
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
_this._bindSocketEvents();
|
|
38
|
+
return _this;
|
|
39
|
+
}
|
|
40
|
+
LiveTranscription.prototype._bindSocketEvents = function () {
|
|
41
|
+
var _this = this;
|
|
42
|
+
this._socket.onopen = function () {
|
|
43
|
+
_this.emit("open" /* Open */, _this);
|
|
44
|
+
};
|
|
45
|
+
this._socket.onclose = function (event) {
|
|
46
|
+
_this.emit("close" /* Close */, event);
|
|
47
|
+
};
|
|
48
|
+
this._socket.onerror = function (event) {
|
|
49
|
+
_this.emit("error" /* Error */, event);
|
|
50
|
+
};
|
|
51
|
+
this._socket.onmessage = function (m) {
|
|
52
|
+
_this.emit("transcriptReceived" /* TranscriptReceived */, m.data);
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Returns the ready state of the websocket connection
|
|
57
|
+
*/
|
|
58
|
+
LiveTranscription.prototype.getReadyState = function () {
|
|
59
|
+
return this._socket.readyState;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Sends data to the Deepgram API via websocket connection
|
|
63
|
+
* @param data Audio data to send to Deepgram
|
|
64
|
+
*/
|
|
65
|
+
LiveTranscription.prototype.send = function (data) {
|
|
66
|
+
if (this._socket.readyState === enums_1.ConnectionState.OPEN) {
|
|
67
|
+
this._socket.send(data);
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
this.emit("error" /* Error */, "Could not send. Connection not open.");
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Denote that you are finished sending audio and close
|
|
75
|
+
* the websocket connection when transcription is finished
|
|
76
|
+
*/
|
|
77
|
+
LiveTranscription.prototype.finish = function () {
|
|
78
|
+
this._socket.send(new Uint8Array(0));
|
|
79
|
+
};
|
|
80
|
+
return LiveTranscription;
|
|
81
|
+
}(events_1.default));
|
|
82
|
+
exports.LiveTranscription = LiveTranscription;
|
|
83
83
|
//# sourceMappingURL=liveTranscription.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"liveTranscription.js","sourceRoot":"","sources":["../../src/transcription/liveTranscription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,kDAAkC;AAClC,4DAAsC;AACtC,0CAA2B;AAC3B,kCAAoE;AAEpE,0CAAyC;AAEzC;IAAuC,qCAAY;IAGjD,2BACE,WAAmB,EACnB,MAAc,EACd,OAAkC;QAHpC,YAKE,kBAAM,SAAS,CAAC,SAWjB;QAVC,KAAI,CAAC,OAAO,GAAG,IAAI,YAAS,CAC1B,
|
|
1
|
+
{"version":3,"file":"liveTranscription.js","sourceRoot":"","sources":["../../src/transcription/liveTranscription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,kDAAkC;AAClC,4DAAsC;AACtC,0CAA2B;AAC3B,kCAAoE;AAEpE,0CAAyC;AAEzC;IAAuC,qCAAY;IAGjD,2BACE,WAAmB,EACnB,MAAc,EACd,OAAkC;QAHpC,YAKE,kBAAM,SAAS,CAAC,SAWjB;QAVC,KAAI,CAAC,OAAO,GAAG,IAAI,YAAS,CAC1B,gBAAS,MAAM,wBAAc,qBAAW,CAAC,SAAS,CAAC,OAAO,CAAC,CAAE,EAC7D;YACE,OAAO,EAAE;gBACP,aAAa,EAAE,gBAAS,WAAW,CAAE;gBACrC,YAAY,EAAE,IAAA,qBAAS,GAAE;aAC1B;SACF,CACF,CAAC;QACF,KAAI,CAAC,iBAAiB,EAAE,CAAC;;IAC3B,CAAC;IAEO,6CAAiB,GAAzB;QAAA,iBAgBC;QAfC,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG;YACpB,KAAI,CAAC,IAAI,oBAA+B,KAAI,CAAC,CAAC;QAChD,CAAC,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,UAAC,KAA2B;YACjD,KAAI,CAAC,IAAI,sBAAgC,KAAK,CAAC,CAAC;QAClD,CAAC,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,UAAC,KAAK;YAC3B,KAAI,CAAC,IAAI,sBAAgC,KAAK,CAAC,CAAC;QAClD,CAAC,CAAC;QAEF,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,UAAC,CAAC;YACzB,KAAI,CAAC,IAAI,gDAA6C,CAAC,CAAC,IAAI,CAAC,CAAC;QAChE,CAAC,CAAC;IACJ,CAAC;IAED;;OAEG;IACI,yCAAa,GAApB;QACE,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC;IACjC,CAAC;IAED;;;OAGG;IACI,gCAAI,GAAX,UAAY,IAAuD;QACjE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,KAAK,uBAAe,CAAC,IAAI,EAAE;YACpD,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SACzB;aAAM;YACL,IAAI,CAAC,IAAI,sBAEP,sCAAsC,CACvC,CAAC;SACH;IACH,CAAC;IAED;;;OAGG;IACI,kCAAM,GAAb;QACE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;IACvC,CAAC;IACH,wBAAC;AAAD,CAAC,AApED,CAAuC,gBAAY,GAoElD;AApEY,8CAAiB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PrerecordedTranscriptionOptions, PrerecordedTranscriptionResponse, TranscriptionSource } from "../types";
|
|
2
|
-
/**
|
|
3
|
-
* Transcribes audio from a file or buffer
|
|
4
|
-
* @param credentials Base64 encoded API key & secret
|
|
5
|
-
* @param source Url or Buffer of file to transcribe
|
|
6
|
-
* @param options Options to modify transcriptions
|
|
7
|
-
*/
|
|
8
|
-
export declare const preRecordedTranscription: (apiKey: string, apiUrl: string, source: TranscriptionSource, options?: PrerecordedTranscriptionOptions | undefined) => Promise<PrerecordedTranscriptionResponse>;
|
|
1
|
+
import { PrerecordedTranscriptionOptions, PrerecordedTranscriptionResponse, TranscriptionSource } from "../types";
|
|
2
|
+
/**
|
|
3
|
+
* Transcribes audio from a file or buffer
|
|
4
|
+
* @param credentials Base64 encoded API key & secret
|
|
5
|
+
* @param source Url or Buffer of file to transcribe
|
|
6
|
+
* @param options Options to modify transcriptions
|
|
7
|
+
*/
|
|
8
|
+
export declare const preRecordedTranscription: (apiKey: string, apiUrl: string, source: TranscriptionSource, options?: PrerecordedTranscriptionOptions | undefined) => Promise<PrerecordedTranscriptionResponse>;
|
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
15
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
19
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
23
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
24
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
25
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
26
|
-
function step(op) {
|
|
27
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
28
|
-
while (_) try {
|
|
29
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
30
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
31
|
-
switch (op[0]) {
|
|
32
|
-
case 0: case 1: t = op; break;
|
|
33
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
34
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
35
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
36
|
-
default:
|
|
37
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
38
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
39
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
40
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
41
|
-
if (t[2]) _.ops.pop();
|
|
42
|
-
_.trys.pop(); continue;
|
|
43
|
-
}
|
|
44
|
-
op = body.call(thisArg, _);
|
|
45
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
46
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
51
|
-
};
|
|
52
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
-
exports.preRecordedTranscription = void 0;
|
|
54
|
-
var querystring_1 = __importDefault(require("querystring"));
|
|
55
|
-
var types_1 = require("../types");
|
|
56
|
-
var httpRequest_1 = require("../httpRequest");
|
|
57
|
-
function isUrlSource(providedSource) {
|
|
58
|
-
if (providedSource.url)
|
|
59
|
-
return true;
|
|
60
|
-
return false;
|
|
61
|
-
}
|
|
62
|
-
function isBufferSource(providedSource) {
|
|
63
|
-
if (providedSource.buffer)
|
|
64
|
-
return true;
|
|
65
|
-
return false;
|
|
66
|
-
}
|
|
67
|
-
function isReadStreamSource(providedSource) {
|
|
68
|
-
if (providedSource.stream)
|
|
69
|
-
return true;
|
|
70
|
-
return false;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Transcribes audio from a file or buffer
|
|
74
|
-
* @param credentials Base64 encoded API key & secret
|
|
75
|
-
* @param source Url or Buffer of file to transcribe
|
|
76
|
-
* @param options Options to modify transcriptions
|
|
77
|
-
*/
|
|
78
|
-
var preRecordedTranscription = function (apiKey, apiUrl, source, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
79
|
-
var transcriptionOptions, body, requestOptions, response;
|
|
80
|
-
return __generator(this, function (_a) {
|
|
81
|
-
switch (_a.label) {
|
|
82
|
-
case 0:
|
|
83
|
-
transcriptionOptions = __assign({}, options);
|
|
84
|
-
if (!isUrlSource(source) &&
|
|
85
|
-
(source.mimetype === undefined || source.mimetype.length === 0)) {
|
|
86
|
-
throw new Error("DG: Mimetype must be provided if the source is a Buffer or a ReadStream");
|
|
87
|
-
}
|
|
88
|
-
if (isUrlSource(source)) {
|
|
89
|
-
body = JSON.stringify(source);
|
|
90
|
-
}
|
|
91
|
-
else if (isBufferSource(source)) {
|
|
92
|
-
body = source.buffer;
|
|
93
|
-
}
|
|
94
|
-
else if (isReadStreamSource(source)) {
|
|
95
|
-
body = source.stream;
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
throw new Error("Unknown TranscriptionSource type");
|
|
99
|
-
}
|
|
100
|
-
requestOptions = {};
|
|
101
|
-
if (!isUrlSource(source)) {
|
|
102
|
-
requestOptions.headers = {
|
|
103
|
-
"Content-Type": source.mimetype,
|
|
104
|
-
};
|
|
105
|
-
}
|
|
106
|
-
return [4 /*yield*/, (0, httpRequest_1._request)("POST", apiKey, apiUrl, "/v1/listen?"
|
|
107
|
-
case 1:
|
|
108
|
-
response = _a.sent();
|
|
109
|
-
return [2 /*return*/, Object.assign(new types_1.PrerecordedTranscriptionResponse(), response)];
|
|
110
|
-
}
|
|
111
|
-
});
|
|
112
|
-
}); };
|
|
113
|
-
exports.preRecordedTranscription = preRecordedTranscription;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
15
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
19
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
23
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
24
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
25
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
26
|
+
function step(op) {
|
|
27
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
28
|
+
while (_) try {
|
|
29
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
30
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
31
|
+
switch (op[0]) {
|
|
32
|
+
case 0: case 1: t = op; break;
|
|
33
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
34
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
35
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
36
|
+
default:
|
|
37
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
38
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
39
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
40
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
41
|
+
if (t[2]) _.ops.pop();
|
|
42
|
+
_.trys.pop(); continue;
|
|
43
|
+
}
|
|
44
|
+
op = body.call(thisArg, _);
|
|
45
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
46
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
51
|
+
};
|
|
52
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
+
exports.preRecordedTranscription = void 0;
|
|
54
|
+
var querystring_1 = __importDefault(require("querystring"));
|
|
55
|
+
var types_1 = require("../types");
|
|
56
|
+
var httpRequest_1 = require("../httpRequest");
|
|
57
|
+
function isUrlSource(providedSource) {
|
|
58
|
+
if (providedSource.url)
|
|
59
|
+
return true;
|
|
60
|
+
return false;
|
|
61
|
+
}
|
|
62
|
+
function isBufferSource(providedSource) {
|
|
63
|
+
if (providedSource.buffer)
|
|
64
|
+
return true;
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
function isReadStreamSource(providedSource) {
|
|
68
|
+
if (providedSource.stream)
|
|
69
|
+
return true;
|
|
70
|
+
return false;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Transcribes audio from a file or buffer
|
|
74
|
+
* @param credentials Base64 encoded API key & secret
|
|
75
|
+
* @param source Url or Buffer of file to transcribe
|
|
76
|
+
* @param options Options to modify transcriptions
|
|
77
|
+
*/
|
|
78
|
+
var preRecordedTranscription = function (apiKey, apiUrl, source, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
79
|
+
var transcriptionOptions, body, requestOptions, response;
|
|
80
|
+
return __generator(this, function (_a) {
|
|
81
|
+
switch (_a.label) {
|
|
82
|
+
case 0:
|
|
83
|
+
transcriptionOptions = __assign({}, options);
|
|
84
|
+
if (!isUrlSource(source) &&
|
|
85
|
+
(source.mimetype === undefined || source.mimetype.length === 0)) {
|
|
86
|
+
throw new Error("DG: Mimetype must be provided if the source is a Buffer or a ReadStream");
|
|
87
|
+
}
|
|
88
|
+
if (isUrlSource(source)) {
|
|
89
|
+
body = JSON.stringify(source);
|
|
90
|
+
}
|
|
91
|
+
else if (isBufferSource(source)) {
|
|
92
|
+
body = source.buffer;
|
|
93
|
+
}
|
|
94
|
+
else if (isReadStreamSource(source)) {
|
|
95
|
+
body = source.stream;
|
|
96
|
+
}
|
|
97
|
+
else {
|
|
98
|
+
throw new Error("Unknown TranscriptionSource type");
|
|
99
|
+
}
|
|
100
|
+
requestOptions = {};
|
|
101
|
+
if (!isUrlSource(source)) {
|
|
102
|
+
requestOptions.headers = {
|
|
103
|
+
"Content-Type": source.mimetype,
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
return [4 /*yield*/, (0, httpRequest_1._request)("POST", apiKey, apiUrl, "/v1/listen?".concat(querystring_1.default.stringify(transcriptionOptions)), body, requestOptions)];
|
|
107
|
+
case 1:
|
|
108
|
+
response = _a.sent();
|
|
109
|
+
return [2 /*return*/, Object.assign(new types_1.PrerecordedTranscriptionResponse(), response)];
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}); };
|
|
113
|
+
exports.preRecordedTranscription = preRecordedTranscription;
|
|
114
114
|
//# sourceMappingURL=preRecordedTranscription.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preRecordedTranscription.js","sourceRoot":"","sources":["../../src/transcription/preRecordedTranscription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4DAAsC;AACtC,kCAOkB;AAClB,8CAA0C;AAE1C,SAAS,WAAW,CAClB,cAAmC;IAEnC,IAAK,cAA4B,CAAC,GAAG;QAAE,OAAO,IAAI,CAAC;IACnD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,cAAc,CACrB,cAAmC;IAEnC,IAAK,cAA+B,CAAC,MAAM;QAAE,OAAO,IAAI,CAAC;IACzD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,kBAAkB,CACzB,cAAmC;IAEnC,IAAK,cAAmC,CAAC,MAAM;QAAE,OAAO,IAAI,CAAC;IAC7D,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;;;GAKG;AACI,IAAM,wBAAwB,GAAG,UACtC,MAAc,EACd,MAAc,EACd,MAA2B,EAC3B,OAAyC;;;;;gBAEnC,oBAAoB,YAAQ,EAAE,EAAK,OAAO,CAAE,CAAC;gBAEnD,IACE,CAAC,WAAW,CAAC,MAAM,CAAC;oBACpB,CAAC,MAAM,CAAC,QAAQ,KAAK,SAAS,IAAI,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC,EAC/D;oBACA,MAAM,IAAI,KAAK,CACb,yEAAyE,CAC1E,CAAC;iBACH;gBAGD,IAAI,WAAW,CAAC,MAAM,CAAC,EAAE;oBACvB,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;iBAC/B;qBAAM,IAAI,cAAc,CAAC,MAAM,CAAC,EAAE;oBACjC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;iBACtB;qBAAM,IAAI,kBAAkB,CAAC,MAAM,CAAC,EAAE;oBACrC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;iBACtB;qBAAM;oBACL,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;iBACrD;gBAEK,cAAc,GAAkD,EAAE,CAAC;gBACzE,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE;oBACxB,cAAc,CAAC,OAAO,GAAG;wBACvB,cAAc,EAAE,MAAM,CAAC,QAAQ;qBAChC,CAAC;iBACH;gBAEgB,qBAAM,IAAA,sBAAQ,EAC7B,MAAM,EACN,MAAM,EACN,MAAM,EACN,
|
|
1
|
+
{"version":3,"file":"preRecordedTranscription.js","sourceRoot":"","sources":["../../src/transcription/preRecordedTranscription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4DAAsC;AACtC,kCAOkB;AAClB,8CAA0C;AAE1C,SAAS,WAAW,CAClB,cAAmC;IAEnC,IAAK,cAA4B,CAAC,GAAG;QAAE,OAAO,IAAI,CAAC;IACnD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,cAAc,CACrB,cAAmC;IAEnC,IAAK,cAA+B,CAAC,MAAM;QAAE,OAAO,IAAI,CAAC;IACzD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,kBAAkB,CACzB,cAAmC;IAEnC,IAAK,cAAmC,CAAC,MAAM;QAAE,OAAO,IAAI,CAAC;IAC7D,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;;;GAKG;AACI,IAAM,wBAAwB,GAAG,UACtC,MAAc,EACd,MAAc,EACd,MAA2B,EAC3B,OAAyC;;;;;gBAEnC,oBAAoB,YAAQ,EAAE,EAAK,OAAO,CAAE,CAAC;gBAEnD,IACE,CAAC,WAAW,CAAC,MAAM,CAAC;oBACpB,CAAC,MAAM,CAAC,QAAQ,KAAK,SAAS,IAAI,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC,EAC/D;oBACA,MAAM,IAAI,KAAK,CACb,yEAAyE,CAC1E,CAAC;iBACH;gBAGD,IAAI,WAAW,CAAC,MAAM,CAAC,EAAE;oBACvB,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;iBAC/B;qBAAM,IAAI,cAAc,CAAC,MAAM,CAAC,EAAE;oBACjC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;iBACtB;qBAAM,IAAI,kBAAkB,CAAC,MAAM,CAAC,EAAE;oBACrC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;iBACtB;qBAAM;oBACL,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;iBACrD;gBAEK,cAAc,GAAkD,EAAE,CAAC;gBACzE,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE;oBACxB,cAAc,CAAC,OAAO,GAAG;wBACvB,cAAc,EAAE,MAAM,CAAC,QAAQ;qBAChC,CAAC;iBACH;gBAEgB,qBAAM,IAAA,sBAAQ,EAC7B,MAAM,EACN,MAAM,EACN,MAAM,EACN,qBAAc,qBAAW,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAE,EAC3D,IAAI,EACJ,cAAc,CACf,EAAA;;gBAPK,QAAQ,GAAG,SAOhB;gBAED,sBAAO,MAAM,CAAC,MAAM,CAAC,IAAI,wCAAgC,EAAE,EAAE,QAAQ,CAAC,EAAC;;;KACxE,CAAC;AA7CW,QAAA,wBAAwB,4BA6CnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balance.js","sourceRoot":"","sources":["../../src/types/balance.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balanceList.js","sourceRoot":"","sources":["../../src/types/balanceList.ts"],"names":[],"mappings":""}
|
package/dist/types/channel.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Search } from "./search";
|
|
2
|
-
import { WordBase } from "./wordBase";
|
|
3
|
-
/**
|
|
4
|
-
* Channel of speech identified by Deepgram
|
|
5
|
-
*/
|
|
6
|
-
export declare type Channel = {
|
|
7
|
-
/**
|
|
8
|
-
* Searched terms & results
|
|
9
|
-
*/
|
|
10
|
-
search?: Array<Search>;
|
|
11
|
-
alternatives: Array<{
|
|
12
|
-
/**
|
|
13
|
-
* Text of speech identified by API
|
|
14
|
-
*/
|
|
15
|
-
transcript: string;
|
|
16
|
-
/**
|
|
17
|
-
* Confidence in transcript generated
|
|
18
|
-
*/
|
|
19
|
-
confidence: number;
|
|
20
|
-
/**
|
|
21
|
-
* Array of words included in the transcript
|
|
22
|
-
*/
|
|
23
|
-
words: Array<WordBase>;
|
|
24
|
-
}>;
|
|
25
|
-
};
|
|
1
|
+
import { Search } from "./search";
|
|
2
|
+
import { WordBase } from "./wordBase";
|
|
3
|
+
/**
|
|
4
|
+
* Channel of speech identified by Deepgram
|
|
5
|
+
*/
|
|
6
|
+
export declare type Channel = {
|
|
7
|
+
/**
|
|
8
|
+
* Searched terms & results
|
|
9
|
+
*/
|
|
10
|
+
search?: Array<Search>;
|
|
11
|
+
alternatives: Array<{
|
|
12
|
+
/**
|
|
13
|
+
* Text of speech identified by API
|
|
14
|
+
*/
|
|
15
|
+
transcript: string;
|
|
16
|
+
/**
|
|
17
|
+
* Confidence in transcript generated
|
|
18
|
+
*/
|
|
19
|
+
confidence: number;
|
|
20
|
+
/**
|
|
21
|
+
* Array of words included in the transcript
|
|
22
|
+
*/
|
|
23
|
+
words: Array<WordBase>;
|
|
24
|
+
}>;
|
|
25
|
+
};
|
package/dist/types/channel.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=channel.js.map
|
|
File without changes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Optional options used when creating an API key
|
|
3
|
-
*/
|
|
4
|
-
export declare type CreateKeyOptions = {
|
|
5
|
-
/**
|
|
6
|
-
* Date on which the key you would like to create should expire.
|
|
7
|
-
*/
|
|
8
|
-
expirationDate?: Date;
|
|
9
|
-
/**
|
|
10
|
-
* Length of time (in seconds) during which the key you would like to create will remain valid.
|
|
11
|
-
*/
|
|
12
|
-
timeToLive?: number;
|
|
13
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* Optional options used when creating an API key
|
|
3
|
+
*/
|
|
4
|
+
export declare type CreateKeyOptions = {
|
|
5
|
+
/**
|
|
6
|
+
* Date on which the key you would like to create should expire.
|
|
7
|
+
*/
|
|
8
|
+
expirationDate?: Date;
|
|
9
|
+
/**
|
|
10
|
+
* Length of time (in seconds) during which the key you would like to create will remain valid.
|
|
11
|
+
*/
|
|
12
|
+
timeToLive?: number;
|
|
13
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=createKeyOptions.js.map
|
|
File without changes
|
package/dist/types/hit.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents an identified search term in the transcript
|
|
3
|
-
*/
|
|
4
|
-
export declare type Hit = {
|
|
5
|
-
/**
|
|
6
|
-
* Value between 0 and 1 that indicates the model's relative confidence in this hit.
|
|
7
|
-
*/
|
|
8
|
-
confidence: number;
|
|
9
|
-
/**
|
|
10
|
-
* Offset in seconds from the start of the audio to where the hit occurs.
|
|
11
|
-
*/
|
|
12
|
-
start: number;
|
|
13
|
-
/**
|
|
14
|
-
* Offset in seconds from the start of the audio to where the hit ends.
|
|
15
|
-
*/
|
|
16
|
-
end: number;
|
|
17
|
-
/**
|
|
18
|
-
* Transcript that corresponds to the time between start and end.
|
|
19
|
-
*/
|
|
20
|
-
snippet: string;
|
|
21
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* Represents an identified search term in the transcript
|
|
3
|
+
*/
|
|
4
|
+
export declare type Hit = {
|
|
5
|
+
/**
|
|
6
|
+
* Value between 0 and 1 that indicates the model's relative confidence in this hit.
|
|
7
|
+
*/
|
|
8
|
+
confidence: number;
|
|
9
|
+
/**
|
|
10
|
+
* Offset in seconds from the start of the audio to where the hit occurs.
|
|
11
|
+
*/
|
|
12
|
+
start: number;
|
|
13
|
+
/**
|
|
14
|
+
* Offset in seconds from the start of the audio to where the hit ends.
|
|
15
|
+
*/
|
|
16
|
+
end: number;
|
|
17
|
+
/**
|
|
18
|
+
* Transcript that corresponds to the time between start and end.
|
|
19
|
+
*/
|
|
20
|
+
snippet: string;
|
|
21
|
+
};
|
package/dist/types/hit.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=hit.js.map
|
package/dist/types/hit.js.map
CHANGED
|
File without changes
|