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 Feb 11, 2020
1 parent 2670c0f commit c75eccd
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 c75eccd

Please sign in to comment.