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
- (::Google::Cloud::Vision::V1p3beta1::GcsSource) — The Google Cloud Storage location to read the input from.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::Vision::V1p3beta1::GcsSource
Parameter
- value (::Google::Cloud::Vision::V1p3beta1::GcsSource) — The Google Cloud Storage location to read the input from.
Returns
- (::Google::Cloud::Vision::V1p3beta1::GcsSource) — The Google Cloud Storage location to read the input from.
#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.