Class VideoSegment (2.8.2)

Stay organized with collections Save and categorize content based on your preferences.
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