3.6.1 • Published 3 years ago

jovo-asr-gcloud v3.6.1

Weekly downloads
50
License
Apache-2.0
Repository
-
Last release
3 years ago

Google Cloud Speech to Text Integration

To view this page on the Jovo website, visit https://v3.jovo.tech/marketplace/jovo-asr-gcloud

Learn how to use the Google Cloud Speech to Text service as ASR (automatic speech recognition) integration with the Jovo Framework.

Installation

npm install --save jovo-asr-gcloud
// @language=javascript

// src/app.js

const { GCloudAsr } = require('jovo-asr-gcloud');

platform.use(
  new GCloudAsr({
    credentialsFile: 'path/to/credentialsFile',
    locale: 'en-US',
  }),
);

// @language=typescript

// src/app.ts

import { GCloudAsr } from 'jovo-asr-gcloud';

platform.use(
  new GCloudAsr({
    credentialsFile: 'path/to/credentialsFile',
    locale: 'en-US',
  }),
);
3.6.1

3 years ago

3.6.0

4 years ago

3.5.1

4 years ago

3.5.0

4 years ago

3.4.1

4 years ago

3.4.0

4 years ago

3.3.1

4 years ago

3.3.0

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.0

5 years ago

3.0.21

5 years ago

3.0.20

5 years ago

3.0.19

5 years ago

3.0.18

5 years ago

3.0.17

5 years ago

3.0.16

5 years ago

3.0.15

5 years ago

3.0.14

5 years ago

3.0.13

5 years ago

3.0.12

5 years ago

3.0.10

5 years ago

3.0.11

5 years ago

3.0.9

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.4

5 years ago

3.0.5

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago