Googly.DocumentAI.Model.GoogleCloudDocumentaiV1RawDocument (googly_document_ai v0.1.0)

Copy Markdown View Source

Payload message of raw document content (bytes).

Attributes

  • content (type: String.t()) - Inline document content.
  • display_name (type: String.t()) - 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.
  • mime_type (type: String.t()) - An IANA MIME type (RFC6838) indicating the nature and format of the content.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1RawDocument{
  content: String.t() | nil,
  display_name: String.t() | nil,
  mime_type: String.t() | nil
}