Skip to content

Commit cf36bf2

Browse files
yoshi-automationtseaver
authored andcommitted
Add segment / shot presence label annotations fields (via synth). (#8987)
1 parent 6f068f9 commit cf36bf2

3 files changed

Lines changed: 113 additions & 52 deletions

File tree

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1/proto/video_intelligence.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,20 @@ message VideoAnnotationResults {
343343
// There is exactly one element for each unique label.
344344
repeated LabelAnnotation segment_label_annotations = 2;
345345

346+
// Presence label annotations on video level or user specified segment level.
347+
// There is exactly one element for each unique label. This will eventually
348+
// get publicly exposed and the restriction will be removed.
349+
repeated LabelAnnotation segment_presence_label_annotations = 23;
350+
346351
// Topical label annotations on shot level.
347352
// There is exactly one element for each unique label.
348353
repeated LabelAnnotation shot_label_annotations = 3;
349354

355+
// Presence label annotations on shot level. There is exactly one element for
356+
// each unique label. This will eventually get publicly exposed and the
357+
// restriction will be removed.
358+
repeated LabelAnnotation shot_presence_label_annotations = 24;
359+
350360
// Label annotations on frame level.
351361
// There is exactly one element for each unique label.
352362
repeated LabelAnnotation frame_label_annotations = 4;

0 commit comments

Comments
 (0)