Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit ab039b5

Browse files
authored
fix: fixes face and people detection region tags (#367)
1 parent c2a94a8 commit ab039b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/analyze.v1p3beta1.js

Lines changed: 3 additions & 1 deletion
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)