Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
docs(samples): moved export-to-gcs sample to v1 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-loved-dreamer authored Nov 23, 2021
1 parent cd1ac89 commit 625ae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/export-to-storage.v1p1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main(
// const languageCode = 'BCP-47_LANGUAGE_CODE_OF_AUDIO';

// Imports the Speech-to-Text client library
const speech = require('@google-cloud/speech').v1p1beta1;
const speech = require('@google-cloud/speech');
const {Storage} = require('@google-cloud/storage');
const path = require('path');
const fsp = require('fs.promises');
Expand Down

0 comments on commit 625ae7d

Please sign in to comment.