Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class TimeIndexedUri.
Signed uri with corresponding time range.
Generated from protobuf message google.cloud.visionai.v1.ClipAssetResponse.TimeIndexedUri
Namespace
Google \ Cloud \ VisionAI \ V1 \ ClipAssetResponseMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ temporal_partition |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition
Time range of the video that the uri is for. |
↳ uri |
string
Signed uri to download the video clip. |
getTemporalPartition
Time range of the video that the uri is for.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition|null |
|
hasTemporalPartition
clearTemporalPartition
setTemporalPartition
Time range of the video that the uri is for.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
Signed uri to download the video clip.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Signed uri to download the video clip.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|