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

Commit

Permalink
feat: segment and shot label annotations support (#281)
Browse files Browse the repository at this point in the history
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* fixes
  • Loading branch information
yoshi-automation authored and alexander-fenster committed Sep 3, 2019
1 parent 0a1363c commit 1787c6a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2,096 deletions.
10 changes: 10 additions & 0 deletions protos/google/cloud/videointelligence/v1/video_intelligence.proto
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,20 @@ message VideoAnnotationResults {
// There is exactly one element for each unique label.
repeated LabelAnnotation segment_label_annotations = 2;

// Presence label annotations on video level or user specified segment level.
// There is exactly one element for each unique label. This will eventually
// get publicly exposed and the restriction will be removed.
repeated LabelAnnotation segment_presence_label_annotations = 23;

// Topical label annotations on shot level.
// There is exactly one element for each unique label.
repeated LabelAnnotation shot_label_annotations = 3;

// Presence label annotations on shot level. There is exactly one element for
// each unique label. This will eventually get publicly exposed and the
// restriction will be removed.
repeated LabelAnnotation shot_presence_label_annotations = 24;

// Label annotations on frame level.
// There is exactly one element for each unique label.
repeated LabelAnnotation frame_label_annotations = 4;
Expand Down
Loading

0 comments on commit 1787c6a

Please sign in to comment.