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

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 c2a94a8 commit ab039b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/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 ab039b5

Please sign in to comment.