Cloud Vision V1 Client - Class AsyncBatchAnnotateFilesResponse (2.2.0)

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<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\RepeatedField<AsyncAnnotateFileResponse>

setResponses

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

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