Cloud Vision V1 Client - Class BatchAnnotateImagesResponse (2.2.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ responses array<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\RepeatedField<AnnotateImageResponse>

setResponses

Individual responses to image annotation requests within the batch.

Parameter
Name Description
var array<AnnotateImageResponse>
Returns
Type Description
$this