diff --git a/native_client/javascript/index.ts b/native_client/javascript/index.ts index 988cbfd5..bf7cf2c8 100644 --- a/native_client/javascript/index.ts +++ b/native_client/javascript/index.ts @@ -62,7 +62,7 @@ export interface Metadata { } /** - * Provides an interface to a DeepSpeech stream. The constructor cannot be called + * Provides an interface to a Mozilla Voice STT stream. The constructor cannot be called * directly, use :js:func:`Model.createStream`. */ class Stream { @@ -136,7 +136,7 @@ class Stream { } /** - * An object providing an interface to a trained DeepSpeech model. + * An object providing an interface to a trained Mozilla Voice STT model. */ export class Model { /** @internal */ @@ -233,7 +233,7 @@ export class Model { } /** - * Use the DeepSpeech model to perform Speech-To-Text. + * Use the Mozilla Voice STT model to perform Speech-To-Text. * * @param aBuffer A 16-bit, mono raw audio signal at the appropriate sample rate (matching what the model was trained on). * @@ -244,7 +244,7 @@ export class Model { } /** - * Use the DeepSpeech model to perform Speech-To-Text and output metadata + * Use the Mozilla Voice STT model to perform Speech-To-Text and output metadata * about the results. * * @param aBuffer A 16-bit, mono raw audio signal at the appropriate sample rate (matching what the model was trained on). diff --git a/native_client/javascript/package.json.in b/native_client/javascript/package.json.in index 6cb49b2c..1481fa8e 100644 --- a/native_client/javascript/package.json.in +++ b/native_client/javascript/package.json.in @@ -1,7 +1,7 @@ { "name" : "$(PROJECT_NAME)", "version" : "$(PROJECT_VERSION)", - "description" : "DeepSpeech NodeJS bindings", + "description" : "Mozilla Voice STT NodeJS bindings", "main" : "./index.js", "types": "./index.d.ts", "bin": {