Class ProcessResponse (1.5.0)

ProcessResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for the process document method.

Attributes

NameDescription
document google.cloud.documentai_v1.types.Document
The document payload, will populate fields based on the processor's behavior.
human_review_status google.cloud.documentai_v1.types.HumanReviewStatus
The status of human review on the processed document.

Inheritance

builtins.object > proto.message.Message > ProcessResponse