Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ReviewDocumentResponse.
Response message for review document method.
Generated from protobuf message google.cloud.documentai.v1.ReviewDocumentResponse
Methods
__construct
Constructor.
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.
string
setGcsDestination
The Cloud Storage uri for the human reviewed document if the review is succeeded.
var
string
$this
getState
The state of the review operation.
int
setState
The state of the review operation.
var
int
$this
getRejectionReason
The reason why the review is rejected by reviewer.
string
setRejectionReason
The reason why the review is rejected by reviewer.
var
string
$this