Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::TimeSegment.
A time period inside of an example that has a time dimension (e.g. video).
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#end_time_offset
def end_time_offset() -> ::Google::Protobuf::Duration Returns 
 - (::Google::Protobuf::Duration) — End of the time segment (exclusive), represented as the duration since the example start.
 
#end_time_offset=
def end_time_offset=(value) -> ::Google::Protobuf::Duration Parameter 
 - value (::Google::Protobuf::Duration) — End of the time segment (exclusive), represented as the duration since the example start.
 
 Returns 
 - (::Google::Protobuf::Duration) — End of the time segment (exclusive), represented as the duration since the example start.
 
#start_time_offset
def start_time_offset() -> ::Google::Protobuf::Duration Returns 
 - (::Google::Protobuf::Duration) — Start of the time segment (inclusive), represented as the duration since the example start.
 
#start_time_offset=
def start_time_offset=(value) -> ::Google::Protobuf::Duration Parameter 
 - value (::Google::Protobuf::Duration) — Start of the time segment (inclusive), represented as the duration since the example start.
 
 Returns 
 - (::Google::Protobuf::Duration) — Start of the time segment (inclusive), represented as the duration since the example start.