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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
A signed uri to download the HLS manifest corresponding to the requested times.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTemporalPartitions
A list of temporal partitions of the content returned in the order they appear in the stream.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTemporalPartitions
A list of temporal partitions of the content returned in the order they appear in the stream.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Partition\TemporalPartition>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|