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

Copy Markdown View Source

Metadata that specifies whether a label is editable and reasons why. These fields are read-only. Changing these fields has no impact on the backend.

Attributes

  • editable (type: boolean()) - Explicit flag that controls whether the label is editable.
  • processor_versions (type: list(String.t())) - Full resource name of processor versions that contain this label. e.g. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3SchemaEditabilityMetadata{
    editable: boolean() | nil,
    processor_versions: [String.t()] | nil
  }