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

Copy Markdown View Source

Request message for the ReviewDocument method.

Attributes

  • document_schema (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t()) - The document schema of the human review task.
  • enable_schema_validation (type: boolean()) - Whether the validation should be performed on the ad-hoc review request.
  • inline_document (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Document.t()) - An inline document proto.
  • priority (type: String.t()) - The priority of the human review task.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ReviewDocumentRequest{
  document_schema:
    Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t() | nil,
  enable_schema_validation: boolean() | nil,
  inline_document:
    Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Document.t() | nil,
  priority: String.t() | nil
}