Class: Google::Cloud::Vision::V1p3beta1::InputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb

Overview

The desired input location and metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::Google::Cloud::Vision::V1p3beta1::GcsSource

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

Returns:



771
772
773
774
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 771

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mime_type::String

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.



771
772
773
774
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 771

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end