Class: Google::Cloud::VisionAI::V1::GenerateHlsUriResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::GenerateHlsUriResponse
- 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
-
#temporal_partitions ⇒ ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
A list of temporal partitions of the content returned in the order they appear in the stream.
-
#uri ⇒ ::String
A signed uri to download the HLS manifest corresponding to the requested times.
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.
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.
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 |