Class: Google::Cloud::DataLabeling::V1beta1::TimeSegment
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::TimeSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb
Overview
A time period inside of an example that has a time dimension (e.g. video).
Instance Attribute Summary collapse
-
#end_time_offset ⇒ ::Google::Protobuf::Duration
End of the time segment (exclusive), represented as the duration since the example start.
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
Start of the time segment (inclusive), represented as the duration since the example start.
Instance Attribute Details
#end_time_offset ⇒ ::Google::Protobuf::Duration
Returns End of the time segment (exclusive), represented as the duration since the example start.
255 256 257 258 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 255 class TimeSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time_offset ⇒ ::Google::Protobuf::Duration
Returns Start of the time segment (inclusive), represented as the duration since the example start.
255 256 257 258 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 255 class TimeSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |