Cloud Vision V1 Client - Class BatchAnnotateFilesResponse (1.8.0)

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

setResponses

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

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