Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::GenerateHlsUriResponse.
Response message for GenerateHlsUri API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#temporal_partitions
def temporal_partitions() -> ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>) — A list of temporal partitions of the content returned in the order they appear in the stream.
#temporal_partitions=
def temporal_partitions=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::Partition::TemporalPartition>) — A list of temporal partitions of the content returned in the order they appear in the stream.
Returns
- (::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
def uri() -> ::String
Returns
- (::String) — A signed uri to download the HLS manifest corresponding to the requested times.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — 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.