View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1GcsSource (google_api_vision v0.25.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1GcsSource{
  uri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.