GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse (google_api_document_ai v0.32.1) View Source
Response message for the process document 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse{
document:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil,
humanReviewStatus:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.