Reference documentation and code samples for the Cloud Vision V1 Client class AsyncAnnotateFileRequest.
An offline file annotation request.
Generated from protobuf message google.cloud.vision.v1.AsyncAnnotateFileRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_config |
Google\Cloud\Vision\V1\InputConfig
Required. Information about the input file. |
↳ features |
array<Google\Cloud\Vision\V1\Feature>
Required. Requested features. |
↳ image_context |
Google\Cloud\Vision\V1\ImageContext
Additional context that may accompany the image(s) in the file. |
↳ output_config |
Google\Cloud\Vision\V1\OutputConfig
Required. The desired output location and metadata (e.g. format). |
getInputConfig
Required. Information about the input file.
Returns | |
---|---|
Type | Description |
Google\Cloud\Vision\V1\InputConfig|null |
hasInputConfig
clearInputConfig
setInputConfig
Required. Information about the input file.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Vision\V1\InputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getFeatures
Required. Requested features.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFeatures
Required. Requested features.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Vision\V1\Feature>
|
Returns | |
---|---|
Type | Description |
$this |
getImageContext
Additional context that may accompany the image(s) in the file.
Returns | |
---|---|
Type | Description |
Google\Cloud\Vision\V1\ImageContext|null |
hasImageContext
clearImageContext
setImageContext
Additional context that may accompany the image(s) in the file.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Vision\V1\ImageContext
|
Returns | |
---|---|
Type | Description |
$this |
getOutputConfig
Required. The desired output location and metadata (e.g. format).
Returns | |
---|---|
Type | Description |
Google\Cloud\Vision\V1\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The desired output location and metadata (e.g. format).
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Vision\V1\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |