Class TimeSegment (1.4.0)

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

A time period inside of an example that has a time dimension (e.g. video).

Attributes

NameDescription
start_time_offset google.protobuf.duration_pb2.Duration
Start of the time segment (inclusive), represented as the duration since the example start.
end_time_offset google.protobuf.duration_pb2.Duration
End of the time segment (exclusive), represented as the duration since the example start.