Class: Google::Cloud::VisionAI::V1::Partition::RelativeTemporalPartition
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Partition::RelativeTemporalPartition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Partition of asset in relative time. Supported by VIDEO_ON_DEMAND corpus type.
Instance Attribute Summary collapse
-
#end_offset ⇒ ::Google::Protobuf::Duration
End time offset of the partition.
-
#start_offset ⇒ ::Google::Protobuf::Duration
Start time offset of the partition.
Instance Attribute Details
#end_offset ⇒ ::Google::Protobuf::Duration
Returns End time offset of the partition.
3029 3030 3031 3032 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3029 class RelativeTemporalPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_offset ⇒ ::Google::Protobuf::Duration
Returns Start time offset of the partition.
3029 3030 3031 3032 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 3029 class RelativeTemporalPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |