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

Copy Markdown View Source

The revision reference specifies which revision on the document to read.

Attributes

  • latest_processor_version (type: String.t()) - Reads the revision generated by the processor version. The format takes the full resource name of processor version. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
  • revision_case (type: String.t()) - Reads the revision by the predefined case.
  • revision_id (type: String.t()) - Reads the revision given by the id.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3RevisionRef{
  latest_processor_version: String.t() | nil,
  revision_case: String.t() | nil,
  revision_id: String.t() | nil
}