Class ReviewDocumentRequest (2.24.0)

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

Attributes

NameDescription
inline_document google.cloud.documentai_v1.types.Document
An inline document proto. This field is a member of oneof_ source.
human_review_config str
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
enable_schema_validation bool
Whether the validation should be performed on the ad-hoc review request.
priority google.cloud.documentai_v1.types.ReviewDocumentRequest.Priority
The priority of the human review task.
document_schema google.cloud.documentai_v1.types.DocumentSchema
The document schema of the human review task.

Classes

Priority

Priority(value)

The priority level of the human review task.

Values: DEFAULT (0): The default priority level. URGENT (1): The urgent priority level. The labeling manager should allocate labeler resource to the urgent task queue to respect this priority level.