Reference documentation and code samples for the Google Cloud Document Ai V1 Client class State.
The final state of human review on a processed document.
Protobuf type google.cloud.documentai.v1.HumanReviewStatus.State
Namespace
Google \ Cloud \ DocumentAI \ V1 \ HumanReviewStatus
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Human review state is unspecified. Most likely due to an internal error.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SKIPPED
Value: 1
Human review is skipped for the document. This can happen because human
review isn't enabled on the processor or the processing request has
been set to skip this document.
Generated from protobuf enum SKIPPED = 1;
VALIDATION_PASSED
Value: 2
Human review validation is triggered and passed, so no review is needed.
Generated from protobuf enum VALIDATION_PASSED = 2;
IN_PROGRESS
Value: 3
Human review validation is triggered and the document is under review.
Generated from protobuf enum IN_PROGRESS = 3;
ERROR
Value: 4
Some error happened during triggering human review, see the
state_message
for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Document Ai V1 Client - Class State (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/php/docs/reference/cloud-document-ai/latest/V1.HumanReviewStatus.State)\n- [2.2.2](/php/docs/reference/cloud-document-ai/2.2.2/V1.HumanReviewStatus.State)\n- [2.1.3](/php/docs/reference/cloud-document-ai/2.1.3/V1.HumanReviewStatus.State)\n- [2.0.0](/php/docs/reference/cloud-document-ai/2.0.0/V1.HumanReviewStatus.State)\n- [1.14.0](/php/docs/reference/cloud-document-ai/1.14.0/V1.HumanReviewStatus.State)\n- [1.13.1](/php/docs/reference/cloud-document-ai/1.13.1/V1.HumanReviewStatus.State)\n- [1.12.2](/php/docs/reference/cloud-document-ai/1.12.2/V1.HumanReviewStatus.State)\n- [1.9.0](/php/docs/reference/cloud-document-ai/1.9.0/V1.HumanReviewStatus.State)\n- [1.8.2](/php/docs/reference/cloud-document-ai/1.8.2/V1.HumanReviewStatus.State)\n- [1.7.0](/php/docs/reference/cloud-document-ai/1.7.0/V1.HumanReviewStatus.State)\n- [1.6.0](/php/docs/reference/cloud-document-ai/1.6.0/V1.HumanReviewStatus.State)\n- [1.5.0](/php/docs/reference/cloud-document-ai/1.5.0/V1.HumanReviewStatus.State)\n- [1.4.0](/php/docs/reference/cloud-document-ai/1.4.0/V1.HumanReviewStatus.State)\n- [1.3.0](/php/docs/reference/cloud-document-ai/1.3.0/V1.HumanReviewStatus.State)\n- [1.2.2](/php/docs/reference/cloud-document-ai/1.2.2/V1.HumanReviewStatus.State)\n- [1.1.1](/php/docs/reference/cloud-document-ai/1.1.1/V1.HumanReviewStatus.State)\n- [1.0.1](/php/docs/reference/cloud-document-ai/1.0.1/V1.HumanReviewStatus.State) \nReference documentation and code samples for the Google Cloud Document Ai V1 Client class State.\n\nThe final state of human review on a processed document.\n\nProtobuf type `google.cloud.documentai.v1.HumanReviewStatus.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DocumentAI \\\\ V1 \\\\ HumanReviewStatus\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nHuman review state is unspecified. Most likely due to an internal error.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### SKIPPED\n\n Value: 1\n\nHuman review is skipped for the document. This can happen because human\nreview isn't enabled on the processor or the processing request has\nbeen set to skip this document.\n\nGenerated from protobuf enum `SKIPPED = 1;`\n\n### VALIDATION_PASSED\n\n Value: 2\n\nHuman review validation is triggered and passed, so no review is needed.\n\nGenerated from protobuf enum `VALIDATION_PASSED = 2;`\n\n### IN_PROGRESS\n\n Value: 3\n\nHuman review validation is triggered and the document is under review.\n\nGenerated from protobuf enum `IN_PROGRESS = 3;`\n\n### ERROR\n\n Value: 4\n\nSome error happened during triggering human review, see the\n[state_message](/php/docs/reference/cloud-document-ai/latest/V1.HumanReviewStatus#_Google_Cloud_DocumentAI_V1_HumanReviewStatus__getStateMessage__)\nfor details.\n\nGenerated from protobuf enum `ERROR = 4;`"]]