Cloud Vision V1 Client - Class AsyncBatchAnnotateImagesResponse (1.7.6)

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

Response to an async batch image annotation request.

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

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_config Google\Cloud\Vision\V1\OutputConfig

The output location and metadata from AsyncBatchAnnotateImagesRequest.

getOutputConfig

The output location and metadata from AsyncBatchAnnotateImagesRequest.

Returns
TypeDescription
Google\Cloud\Vision\V1\OutputConfig|null

hasOutputConfig

clearOutputConfig

setOutputConfig

The output location and metadata from AsyncBatchAnnotateImagesRequest.

Parameter
NameDescription
var Google\Cloud\Vision\V1\OutputConfig
Returns
TypeDescription
$this