Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnalyzeAssetMetadata.
Metadata for AnalyzeAsset.
Generated from protobuf message google.cloud.visionai.v1.AnalyzeAssetMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analysis_status |
array<AnalyzeAssetMetadata\AnalysisStatus>
The status of analysis on all search capabilities. |
↳ start_time |
Google\Protobuf\Timestamp
The start time of the operation. |
↳ update_time |
Google\Protobuf\Timestamp
The update time of the operation. |
getAnalysisStatus
The status of analysis on all search capabilities.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAnalysisStatus
The status of analysis on all search capabilities.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AnalyzeAssetMetadata\AnalysisStatus>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartTime
The start time of the operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
The start time of the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
The update time of the operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
The update time of the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|