Class: Google::Cloud::VisionAI::V1::ClipAssetResponse::TimeIndexedUri
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ClipAssetResponse::TimeIndexedUri
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Signed uri with corresponding time range.
Instance Attribute Summary collapse
-
#temporal_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Time range of the video that the uri is for.
-
#uri ⇒ ::String
Signed uri to download the video clip.
Instance Attribute Details
#temporal_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Returns Time range of the video that the uri is for.
2568 2569 2570 2571 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2568 class TimeIndexedUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Signed uri to download the video clip.
2568 2569 2570 2571 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2568 class TimeIndexedUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |