Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Partition::TemporalPartition.
Partition of asset in UTC Epoch time. Supported by STREAM_VIDEO corpus type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — End time of the partition.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — End time of the partition.
Returns
- (::Google::Protobuf::Timestamp) — End time of the partition.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Start time of the partition.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Start time of the partition.
Returns
- (::Google::Protobuf::Timestamp) — Start time of the partition.