Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: fixed typo enableAutomaticPunctuation2 in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
codediodeio authored and bcoe committed Sep 13, 2019
1 parent a1c2898 commit 3188368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async function analyzeVideoTranscription(gcsUri) {
const videoContext = {
speechTranscriptionConfig: {
languageCode: 'en-US',
enableAutomaticPunctuation2: true,
enableAutomaticPunctuation: true,
},
};

Expand Down

0 comments on commit 3188368

Please sign in to comment.