Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class GenerateHlsUriResponse.
Response message for GenerateHlsUri API.
Generated from protobuf message google.cloud.visionai.v1.GenerateHlsUriResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
A signed uri to download the HLS manifest corresponding to the requested times.
↳ temporal_partitions
array< Partition\TemporalPartition
>
A list of temporal partitions of the content returned in the order they appear in the stream.
getUri
A signed uri to download the HLS manifest corresponding to the requested times.
string
setUri
A signed uri to download the HLS manifest corresponding to the requested times.
var
string
$this
getTemporalPartitions
A list of temporal partitions of the content returned in the order they appear in the stream.
setTemporalPartitions
A list of temporal partitions of the content returned in the order they appear in the stream.
$this

