Skip to content

Commit

Permalink
fix: fixes face and people detection region tags (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored and Ace Nassri committed Nov 17, 2022
1 parent 7e4539e commit ef7c15b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion video-intelligence/analyze.v1p3beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async function detectPersonGCS(gcsUri) {
}
}
}
// [END video_detect_person_beta]
// [END video_detect_person_gcs_beta]
}
async function detectFaces(path) {
//[START video_detect_faces_beta]
Expand Down Expand Up @@ -244,6 +244,7 @@ async function detectFaces(path) {
}
}
}
//[END video_detect_faces_beta]
}
async function detectFacesGCS(gcsUri) {
//[START video_detect_faces_gcs_beta]
Expand Down Expand Up @@ -313,6 +314,7 @@ async function detectFacesGCS(gcsUri) {
}
}
}
//[END video_detect_faces_gcs_beta]
}

async function main() {
Expand Down

0 comments on commit ef7c15b

Please sign in to comment.