Class: Google::Cloud::Vision::V1::InputConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcs_sourceGoogle::Cloud::Vision::V1::GcsSource

Returns The Google Cloud Storage location to read the input from.

Returns:



651
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 651

class InputConfig; end

#mime_typeString

Returns The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.

Returns:

  • (String)

    The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.



651
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 651

class InputConfig; end