Class: Google::Cloud::Vision::V1::AsyncAnnotateFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AsyncAnnotateFileRequest
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
An offline file annotation request.
Instance Attribute Summary collapse
-
#features ⇒ Array<Google::Cloud::Vision::V1::Feature>
Required.
-
#image_context ⇒ Google::Cloud::Vision::V1::ImageContext
Additional context that may accompany the image(s) in the file.
-
#input_config ⇒ Google::Cloud::Vision::V1::InputConfig
Required.
-
#output_config ⇒ Google::Cloud::Vision::V1::OutputConfig
Required.
Instance Attribute Details
#features ⇒ Array<Google::Cloud::Vision::V1::Feature>
Returns Required. Requested features.
605 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 605 class AsyncAnnotateFileRequest; end |
#image_context ⇒ Google::Cloud::Vision::V1::ImageContext
Returns Additional context that may accompany the image(s) in the file.
605 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 605 class AsyncAnnotateFileRequest; end |
#input_config ⇒ Google::Cloud::Vision::V1::InputConfig
Returns Required. Information about the input file.
605 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 605 class AsyncAnnotateFileRequest; end |
#output_config ⇒ Google::Cloud::Vision::V1::OutputConfig
Returns Required. The desired output location and metadata (e.g. format).
605 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 605 class AsyncAnnotateFileRequest; end |