We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f645bd0 commit 117e7e3Copy full SHA for 117e7e3
1 file changed
src/DeepgramClient.ts
@@ -8,7 +8,7 @@ import { OnPremClient } from "./packages/OnPremClient";
8
* Deepgram Client.
9
*
10
* An isomorphic Javascript client for interacting with the Deepgram API.
11
- * @see https://developers.deepgram.com
+ * @see https://developers.deepgram.com/docs/js-sdk
12
*/
13
export default class DeepgramClient extends AbstractClient {
14
get listen(): ListenClient {
@@ -25,8 +25,9 @@ export default class DeepgramClient extends AbstractClient {
25
26
/**
27
* Major version fallback errors are below
28
+ *
29
+ * @see https://developers.deepgram.com/docs/js-sdk-v2-to-v3-migration-guide
30
-
31
get transcription(): any {
32
throw new DeepgramVersionError();
33
}
0 commit comments