Cloud Vision V1 Client - Class AsyncBatchAnnotateFilesResponse (1.7.6)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResponses

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

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