Skip to content

Commit f5dbf01

Browse files
leahecoleJustinBeckwith
authored andcommitted
docs: fix typo in samples/analyze.js (#159)
docs: fix typo in samples/analyze.js
1 parent 8ae68d6 commit f5dbf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video-intelligence/analyze.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function analyzeSafeSearch(gcsUri) {
251251
`.${(result.timeOffset.nanos / 1e6).toFixed(0)}s`
252252
);
253253
console.log(
254-
`\t\tPornography liklihood: ${likelihoods[result.pornographyLikelihood]}`
254+
`\t\tPornography likelihood: ${likelihoods[result.pornographyLikelihood]}`
255255
);
256256
});
257257
// [END video_analyze_explicit_content]

0 commit comments

Comments
 (0)