Reference documentation and code samples for the Cloud Vision V1 Client class AsyncAnnotateFileResponse.
The response for a single offline file annotation request.
Generated from protobuf message google.cloud.vision.v1.AsyncAnnotateFileResponse
Namespace
Google \ Cloud \ Vision \ V1Methods
__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 AsyncAnnotateFileRequest. |
getOutputConfig
The output location and metadata from AsyncAnnotateFileRequest.
Returns | |
---|---|
Type | Description |
Google\Cloud\Vision\V1\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
The output location and metadata from AsyncAnnotateFileRequest.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Vision\V1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |