Skip to content

Commit

Permalink
docs: fix typo in samples/analyze.js (#159)
Browse files Browse the repository at this point in the history
docs: fix typo in samples/analyze.js
  • Loading branch information
leahecole authored and Ace Nassri committed Nov 17, 2022
1 parent d6edf16 commit 8ee67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async function analyzeSafeSearch(gcsUri) {
`.${(result.timeOffset.nanos / 1e6).toFixed(0)}s`
);
console.log(
`\t\tPornography liklihood: ${likelihoods[result.pornographyLikelihood]}`
`\t\tPornography likelihood: ${likelihoods[result.pornographyLikelihood]}`
);
});
// [END video_analyze_explicit_content]
Expand Down

0 comments on commit 8ee67c6

Please sign in to comment.