Cloud Vision V1 Client - Class AsyncBatchAnnotateFilesResponse (1.9.2)

Reference documentation and code samples for the Cloud Vision V1 Client class AsyncBatchAnnotateFilesResponse.

Response to an async batch file annotation request.

Generated from protobuf message google.cloud.vision.v1.AsyncBatchAnnotateFilesResponse

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ responses array<Google\Cloud\Vision\V1\AsyncAnnotateFileResponse>

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

getResponses

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResponses

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Parameter
Name Description
var array<Google\Cloud\Vision\V1\AsyncAnnotateFileResponse>
Returns
Type Description
$this