Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class TimeIndexedData.
Contains the data and the corresponding time range this data is for.
Generated from protobuf message google.cloud.visionai.v1.IngestAssetRequest.TimeIndexedData
Namespace
Google \ Cloud \ VisionAI \ V1 \ IngestAssetRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data |
string
Data to be ingested. |
↳ temporal_partition |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition
Time range of the data. |
getData
Data to be ingested.
| Returns | |
|---|---|
| Type | Description |
string |
|
setData
Data to be ingested.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTemporalPartition
Time range of the data.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition|null |
|
hasTemporalPartition
clearTemporalPartition
setTemporalPartition
Time range of the data.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\VisionAI\V1\Partition\TemporalPartition
|
| Returns | |
|---|---|
| Type | Description |
$this |
|