Cloud Vision V1 Client - Class AsyncBatchAnnotateImagesResponse (1.9.3)

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
Name Description
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
Type Description
Google\Cloud\Vision\V1\OutputConfig|null

hasOutputConfig

clearOutputConfig

setOutputConfig

The output location and metadata from AsyncBatchAnnotateImagesRequest.

Parameter
Name Description
var Google\Cloud\Vision\V1\OutputConfig
Returns
Type Description
$this