View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse (google_api_document_ai v0.45.1)
Response message for the ProcessDocument method.
Attributes
-
document
(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t
, default:nil
) - The document payload, will populate fields based on the processor's behavior. -
humanReviewStatus
(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t
, default:nil
) - The status of human review on the processed document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse{ document: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil, humanReviewStatus: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t() | nil }