segments property

List<GoogleCloudVideointelligenceV1VideoSegment>? segments
getter/setter pair

Video segments to annotate.

The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.

Implementation

core.List<GoogleCloudVideointelligenceV1VideoSegment>? segments;