Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ReviewDocumentResponse.
Response message for the ReviewDocument method.
Generated from protobuf message google.cloud.documentai.v1.ReviewDocumentResponse
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_destination |
string
The Cloud Storage uri for the human reviewed document if the review is succeeded. |
↳ state |
int
The state of the review operation. |
↳ rejection_reason |
string
The reason why the review is rejected by reviewer. |
getGcsDestination
The Cloud Storage uri for the human reviewed document if the review is succeeded.
Returns | |
---|---|
Type | Description |
string |
setGcsDestination
The Cloud Storage uri for the human reviewed document if the review is succeeded.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
The state of the review operation.
Returns | |
---|---|
Type | Description |
int |
setState
The state of the review operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRejectionReason
The reason why the review is rejected by reviewer.
Returns | |
---|---|
Type | Description |
string |
setRejectionReason
The reason why the review is rejected by reviewer.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |