Reference documentation and code samples for the Cloud Vision V1 Client class BatchAnnotateImagesResponse.
Response to a batch image annotation request.
Generated from protobuf message google.cloud.vision.v1.BatchAnnotateImagesResponse
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ responses |
array<Google\Cloud\Vision\V1\AnnotateImageResponse>
Individual responses to image annotation requests within the batch. |
getResponses
Individual responses to image annotation requests within the batch.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResponses
Individual responses to image annotation requests within the batch.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Vision\V1\AnnotateImageResponse>
|
Returns | |
---|---|
Type | Description |
$this |