Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class BatchRunProcessResponse.
Response message for running the processes in a batch.
Generated from protobuf message google.cloud.visionai.v1.BatchRunProcessResponse
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ batch_id |
string
The batch ID. |
↳ processes |
array<Process>
Processes created. |
getBatchId
The batch ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBatchId
The batch ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProcesses
Processes created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setProcesses
Processes created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Process>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|