Googly. DocumentAI. Model. GoogleCloudDocumentaiV1ProcessResponse
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Response message for the ProcessDocument method.
Attributes
-
document(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Document.t()) - The document payload, will populate fields based on the processor's behavior. -
human_review_status(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t()) - The status of human review on the processed document.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessResponse{ document: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Document.t() | nil, human_review_status: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t() | nil }