Class: Google::Cloud::Vision::V1::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::InputConfig
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
The desired input location and metadata.
Instance Attribute Summary collapse
-
#gcs_source ⇒ Google::Cloud::Vision::V1::GcsSource
The Google Cloud Storage location to read the input from.
-
#mime_type ⇒ String
The type of the file.
Instance Attribute Details
#gcs_source ⇒ Google::Cloud::Vision::V1::GcsSource
Returns The Google Cloud Storage location to read the input from.
624 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 624 class InputConfig; end |
#mime_type ⇒ String
Returns The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.
624 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 624 class InputConfig; end |