GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsDocument (google_api_document_ai v0.46.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.