File tree Expand file tree Collapse file tree
packages/google-cloud-videointelligence
google/cloud/videointelligence_v1/proto Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments