Class: Google::Cloud::VisionAI::V1::Partition::RelativeTemporalPartition

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_offset::Google::Protobuf::Duration

Returns End time offset of the partition.

Returns:



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.

Returns:



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