Class: Google::Cloud::VisionAI::V1::GenerateHlsUriResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Response message for GenerateHlsUri API.

Instance Attribute Summary collapse

Instance Attribute Details

#temporal_partitions::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>

Returns A list of temporal partitions of the content returned in the order they appear in the stream.

Returns:



2646
2647
2648
2649
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2646

class GenerateHlsUriResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns A signed uri to download the HLS manifest corresponding to the requested times.

Returns:

  • (::String)

    A signed uri to download the HLS manifest corresponding to the requested times.



2646
2647
2648
2649
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2646

class GenerateHlsUriResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end