Cloud Vision V1p4beta1 API - Class Google::Cloud::Vision::V1p4beta1::InputConfig (v0.2.0)

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

The desired input location and metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#content

def content() -> ::String
Returns
  • (::String) — File content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

    Currently, this field only works for BatchAnnotateFiles requests. It does not work for AsyncBatchAnnotateFiles requests.

#content=

def content=(value) -> ::String
Parameter
  • value (::String) — File content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

    Currently, this field only works for BatchAnnotateFiles requests. It does not work for AsyncBatchAnnotateFiles requests.

Returns
  • (::String) — File content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

    Currently, this field only works for BatchAnnotateFiles requests. It does not work for AsyncBatchAnnotateFiles requests.

#gcs_source

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

#gcs_source=

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

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" 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", "image/tiff" and "image/gif" are supported. Wildcards are not supported.
Returns
  • (::String) — The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" are supported. Wildcards are not supported.