Skip to content

Commit

Permalink
refactor: uses gcs remote (#683)
Browse files Browse the repository at this point in the history
* samples: updated comments on recognize.js to reflect time limitations on local file

* samples: updated comments on recognize.js to reflect time limitations on local file

* chore: added a sample that showcases the use the of the profanity filter

* chore: updated copyright to 2020

* fix: fixed lint

* docs: variables to uncomment

* docs: variables to uncomment

* docs: variables to uncomment

* refactor: quickstart now uses gcs

* refactor: quickstart now uses gcs

* refactor: quickstart now uses gcs

Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
b-loved-dreamer and bcoe authored Jan 6, 2021
1 parent 02e4346 commit 92e1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/system-test/profanityFilter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ describe('profanityFilter', () => {
const stdout = execSync(`node profanityFilter.js ${storageUri}`)
assert.match(stdout, /Transcription:/ );
});
});
});

0 comments on commit 92e1e20

Please sign in to comment.