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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ input_config
↳ features
↳ image_context
↳ output_config
Google\Cloud\Vision\V1\OutputConfig
Required. The desired output location and metadata (e.g. format).
getInputConfig
Required. Information about the input file.
hasInputConfig
clearInputConfig
setInputConfig
Required. Information about the input file.
$this
getFeatures
Required. Requested features.
setFeatures
Required. Requested features.
$this
getImageContext
Additional context that may accompany the image(s) in the file.
hasImageContext
clearImageContext
setImageContext
Additional context that may accompany the image(s) in the file.
$this
getOutputConfig
Required. The desired output location and metadata (e.g. format).
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The desired output location and metadata (e.g. format).
$this

