Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ClipAssetResponse::TimeIndexedUri.
Signed uri with corresponding time range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#temporal_partition
def temporal_partition() -> ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Returns
- (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the video that the uri is for.
#temporal_partition=
def temporal_partition=(value) -> ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Parameter
- value (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the video that the uri is for.
Returns
- (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the video that the uri is for.
#uri
def uri() -> ::String
Returns
- (::String) — Signed uri to download the video clip.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — Signed uri to download the video clip.
Returns
- (::String) — Signed uri to download the video clip.