Skip to content

Commit

Permalink
Enabling Auto Punctuation (#70)
Browse files Browse the repository at this point in the history
* Enabling Auto Punctuation

* Forcing the build
  • Loading branch information
happyhuman authored and ahrarmonsur committed Nov 17, 2022
1 parent c7021ce commit 13fe659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ function analyzeVideoTranscription(gcsUri) {
const videoContext = {
speechTranscriptionConfig: {
languageCode: 'en-US',
enableAutomaticPunctuation2: true,
},
};

Expand Down

0 comments on commit 13fe659

Please sign in to comment.