8000 fix:Introduce tracks and thumbnails fields for FaceDetectionAnnotatio… · googleapis/googleapis@674ec0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 674ec0e

Browse files
Google APIscopybara-github
authored andcommitted
fix:Introduce tracks and thumbnails fields for FaceDetectionAnnotations proto.
PiperOrigin-RevId: 346138329
1 parent adcf2b6 commit 674ec0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/cloud/videointelligence/v1/video_intelligence.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ message NormalizedBoundingBox {
409409

410410
// Face detection annotation.
411411
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+
412418
// Feature version.
413419
string version = 5;
414420
}

0 commit comments

Comments
 (0)
0