Skip to content

Commit 802d068

Browse files
yoshi-automationalexander-fenster
authored andcommitted
feat: segment and shot label annotations support (#281)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * fixes
1 parent 40f4bf2 commit 802d068

File tree

6 files changed

+31
-2096
lines changed

6 files changed

+31
-2096
lines changed

packages/google-cloud-videointelligence/protos/google/cloud/videointelligence/v1/video_intelligence.proto

+10
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)