Cloud Vision V1 Client - Class BatchAnnotateImagesResponse (1.8.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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResponses

Individual responses to image annotation requests within the batch.

Parameter
NameDescription
var array<Google\Cloud\Vision\V1\AnnotateImageResponse>
Returns
TypeDescription
$this