Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Partition::RelativeTemporalPartition.
Partition of asset in relative time. Supported by VIDEO_ON_DEMAND corpus type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_offset
def end_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — End time offset of the partition.
#end_offset=
def end_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — End time offset of the partition.
Returns
- (::Google::Protobuf::Duration) — End time offset of the partition.
#start_offset
def start_offset() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Start time offset of the partition.
#start_offset=
def start_offset=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Start time offset of the partition.
Returns
- (::Google::Protobuf::Duration) — Start time offset of the partition.