Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1GcsSource (googly_cloud_vision v0.1.0)

Copy Markdown View Source

The Google Cloud Storage location where the input will be read from.

Attributes

  • uri (type: String.t()) - Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1GcsSource{
  uri: String.t() | nil
}