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

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

Attributes

  • latestProcessorVersion (type: String.t, default: nil) - 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}
  • revisionCase (type: String.t, default: nil) - Reads the revision by the predefined case.
  • revisionId (type: String.t, default: nil) - Reads the revision given by the id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3RevisionRef{
    latestProcessorVersion: String.t() | nil,
    revisionCase: String.t() | nil,
    revisionId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.