Class VideoSegment (2.7.0)

VideoSegment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video segment.

Attributes

NameDescription
start_time_offset google.protobuf.duration_pb2.Duration
Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).
end_time_offset google.protobuf.duration_pb2.Duration
Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Inheritance

builtins.object > proto.message.Message > VideoSegment