View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3RawDocument (google_api_document_ai v0.39.0)

Payload message of raw document content (bytes).

Attributes

  • content (type: String.t, default: nil) - Inline document content.
  • displayName (type: String.t, default: nil) - The display name of the document, it supports all Unicode characters except the following: *, ?, [, ], %, {, },', \", , ~, = and : are reserved. If not specified, a default ID is generated.
  • mimeType (type: String.t, default: nil) - An IANA MIME type (RFC6838) indicating the nature and format of the content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3RawDocument{
    content: String.t() | nil,
    displayName: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.