Class: Google::Cloud::VisionAI::V1::ClipAssetResponse::TimeIndexedUri

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

Instance Attribute Details

#temporal_partition::Google::Cloud::VisionAI::V1::Partition::TemporalPartition

Returns Time range of the video that the uri is for.

Returns:



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.

Returns:

  • (::String)

    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