We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4539e commit ef7c15bCopy full SHA for ef7c15b
video-intelligence/analyze.v1p3beta1.js
@@ -170,7 +170,7 @@ async function detectPersonGCS(gcsUri) {
170
}
171
172
173
- // [END video_detect_person_beta]
+ // [END video_detect_person_gcs_beta]
174
175
async function detectFaces(path) {
176
//[START video_detect_faces_beta]
@@ -244,6 +244,7 @@ async function detectFaces(path) {
244
245
246
247
+ //[END video_detect_faces_beta]
248
249
async function detectFacesGCS(gcsUri) {
250
//[START video_detect_faces_gcs_beta]
@@ -313,6 +314,7 @@ async function detectFacesGCS(gcsUri) {
313
314
315
316
317
+ //[END video_detect_faces_gcs_beta]
318
319
320
async function main() {
0 commit comments