Cloud Vision V1p3beta1 API - Class Google::Cloud::Vision::V1p3beta1::InputConfig (v0.6.0)

Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::InputConfig.

The desired input location and metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gcs_source

def gcs_source() -> ::Google::Cloud::Vision::V1p3beta1::GcsSource
Returns

#gcs_source=

def gcs_source=(value) -> ::Google::Cloud::Vision::V1p3beta1::GcsSource
Parameter
Returns

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — The type of the file. Currently only "application/pdf" and "image/tiff" are supported. Wildcards are not supported.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::String) — 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.