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

fix(samples): fixes face and people detection region tags #367

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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