Skip to content

Commit ef7c15b

Browse files
telpirionAce Nassri
authored and
Ace Nassri
committed
fix: fixes face and people detection region tags (#367)
1 parent 7e4539e commit ef7c15b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

video-intelligence/analyze.v1p3beta1.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async function detectPersonGCS(gcsUri) {
170170
}
171171
}
172172
}
173-
// [END video_detect_person_beta]
173+
// [END video_detect_person_gcs_beta]
174174
}
175175
async function detectFaces(path) {
176176
//[START video_detect_faces_beta]
@@ -244,6 +244,7 @@ async function detectFaces(path) {
244244
}
245245
}
246246
}
247+
//[END video_detect_faces_beta]
247248
}
248249
async function detectFacesGCS(gcsUri) {
249250
//[START video_detect_faces_gcs_beta]
@@ -313,6 +314,7 @@ async function detectFacesGCS(gcsUri) {
313314
}
314315
}
315316
}
317+
//[END video_detect_faces_gcs_beta]
316318
}
317319

318320
async function main() {

0 commit comments

Comments
 (0)