Googly. CloudVision. Model. GoogleCloudVisionV1p1beta1InputConfig
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
The desired input location and metadata.
Attributes
-
content(type:String.t()) - File content, represented as a stream of bytes. Note: As with allbytesfields, 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(type:Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1GcsSource.t()) - The Google Cloud Storage location to read the input from. -
mime_type(type:String.t()) - The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" are supported. Wildcards are not supported.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1InputConfig{ content: String.t() | nil, gcs_source: Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1GcsSource.t() | nil, mime_type: String.t() | nil }