Reference documentation and code samples for the Google Cloud Document Ai V1 Client class HumanReviewStatus.
The status of human review on a processed document.
Generated from protobuf messagegoogle.cloud.documentai.v1.HumanReviewStatus
Namespace
Google \ Cloud \ DocumentAI \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of human review on the processing request.
↳ state_message
string
A message providing more details about the human review state.
↳ human_review_operation
string
The name of the operation triggered by the processed document. This field is populated only when thestateisHUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned byReviewDocument.
getState
The state of human review on the processing request.
Returns
Type
Description
int
setState
The state of human review on the processing request.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getStateMessage
A message providing more details about the human review state.
Returns
Type
Description
string
setStateMessage
A message providing more details about the human review state.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getHumanReviewOperation
The name of the operation triggered by the processed document. This field
is populated only when thestateisHUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as
the long-running operation returned byReviewDocument.
Returns
Type
Description
string
setHumanReviewOperation
The name of the operation triggered by the processed document. This field
is populated only when thestateisHUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as
the long-running operation returned byReviewDocument.
[[["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 HumanReviewStatus (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/php/docs/reference/cloud-document-ai/latest/V1.HumanReviewStatus)\n- [2.2.2](/php/docs/reference/cloud-document-ai/2.2.2/V1.HumanReviewStatus)\n- [2.1.3](/php/docs/reference/cloud-document-ai/2.1.3/V1.HumanReviewStatus)\n- [2.0.0](/php/docs/reference/cloud-document-ai/2.0.0/V1.HumanReviewStatus)\n- [1.14.0](/php/docs/reference/cloud-document-ai/1.14.0/V1.HumanReviewStatus)\n- [1.13.1](/php/docs/reference/cloud-document-ai/1.13.1/V1.HumanReviewStatus)\n- [1.12.2](/php/docs/reference/cloud-document-ai/1.12.2/V1.HumanReviewStatus)\n- [1.9.0](/php/docs/reference/cloud-document-ai/1.9.0/V1.HumanReviewStatus)\n- [1.8.2](/php/docs/reference/cloud-document-ai/1.8.2/V1.HumanReviewStatus)\n- [1.7.0](/php/docs/reference/cloud-document-ai/1.7.0/V1.HumanReviewStatus)\n- [1.6.0](/php/docs/reference/cloud-document-ai/1.6.0/V1.HumanReviewStatus)\n- [1.5.0](/php/docs/reference/cloud-document-ai/1.5.0/V1.HumanReviewStatus)\n- [1.4.0](/php/docs/reference/cloud-document-ai/1.4.0/V1.HumanReviewStatus)\n- [1.3.0](/php/docs/reference/cloud-document-ai/1.3.0/V1.HumanReviewStatus)\n- [1.2.2](/php/docs/reference/cloud-document-ai/1.2.2/V1.HumanReviewStatus)\n- [1.1.1](/php/docs/reference/cloud-document-ai/1.1.1/V1.HumanReviewStatus)\n- [1.0.1](/php/docs/reference/cloud-document-ai/1.0.1/V1.HumanReviewStatus) \nReference documentation and code samples for the Google Cloud Document Ai V1 Client class HumanReviewStatus.\n\nThe status of human review on a processed document.\n\nGenerated from protobuf message `google.cloud.documentai.v1.HumanReviewStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DocumentAI \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getState\n\nThe state of human review on the processing request.\n\n### setState\n\nThe state of human review on the processing request.\n\n### getStateMessage\n\nA message providing more details about the human review state.\n\n### setStateMessage\n\nA message providing more details about the human review state.\n\n### getHumanReviewOperation\n\nThe name of the operation triggered by the processed document. This field\nis populated only when the\n[state](/php/docs/reference/cloud-document-ai/latest/V1.HumanReviewStatus#_Google_Cloud_DocumentAI_V1_HumanReviewStatus__getState__) is\n`HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as\nthe long-running operation returned by\n[ReviewDocument](/php/docs/reference/cloud-document-ai/latest/V1.Client.DocumentProcessorServiceClient#_Google_Cloud_DocumentAI_V1_Client_DocumentProcessorServiceClient__reviewDocument__).\n\n### setHumanReviewOperation\n\nThe name of the operation triggered by the processed document. This field\nis populated only when the\n[state](/php/docs/reference/cloud-document-ai/latest/V1.HumanReviewStatus#_Google_Cloud_DocumentAI_V1_HumanReviewStatus__getState__) is\n`HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as\nthe long-running operation returned by\n[ReviewDocument](/php/docs/reference/cloud-document-ai/latest/V1.Client.DocumentProcessorServiceClient#_Google_Cloud_DocumentAI_V1_Client_DocumentProcessorServiceClient__reviewDocument__)."]]