View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentRequest (google_api_document_ai v0.45.0)
Request message for the ReviewDocument method.
Attributes
-
document(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t, default:nil) - The document that needs human review. -
documentSchema(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t, default:nil) - The document schema of the human review task. -
enableSchemaValidation(type:boolean(), default:nil) - Whether the validation should be performed on the ad-hoc review request. -
inlineDocument(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t, default:nil) - An inline document proto. -
priority(type:String.t, default:nil) - The priority of the human review task.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentRequest{ document: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t() | nil, documentSchema: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t() | nil, enableSchemaValidation: boolean() | nil, inlineDocument: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t() | nil, priority: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.