View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsDocument (google_api_document_ai v0.38.0)

Specifies a document stored on Cloud Storage.

Attributes

  • gcsUri (type: String.t, default: nil) - The Cloud Storage object uri.
  • mimeType (type: String.t, default: nil) - An IANA MIME type (RFC6838) of the content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsDocument{
  gcsUri: String.t() | nil,
  mimeType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.