8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf2b6 commit 674ec0eCopy full SHA for 674ec0e
google/cloud/videointelligence/v1/video_intelligence.proto
@@ -409,6 +409,12 @@ message NormalizedBoundingBox {
409
410
// Face detection annotation.
411
message FaceDetectionAnnotation {
412
+ // The face tracks with attributes.
413
+ repeated Track tracks = 3;
414
+
415
+ // The thumbnail of a person's face.
416
+ bytes thumbnail = 4;
417
418
// Feature version.
419
string version = 5;
420
}
0 commit comments