Cloud Vision V1 Client - Class BatchAnnotateFilesResponse (1.9.2)

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

A list of file annotation responses.

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

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

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

getResponses

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResponses

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

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