Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::InputConfig.
The desired input location and metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
-
(::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
-
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.
-
(::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::V1::GcsSource
- (::Google::Cloud::Vision::V1::GcsSource) — The Google Cloud Storage location to read the input from.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::Vision::V1::GcsSource
- value (::Google::Cloud::Vision::V1::GcsSource) — The Google Cloud Storage location to read the input from.
- (::Google::Cloud::Vision::V1::GcsSource) — The Google Cloud Storage location to read the input from.
#mime_type
def mime_type() -> ::String
- (::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
- value (::String) — The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" are supported. Wildcards are not supported.
- (::String) — The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" are supported. Wildcards are not supported.