Google Cloud Document Ai V1 Client - Class ReviewDocumentResponse (1.6.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setGcsDestination

The Cloud Storage uri for the human reviewed document if the review is succeeded.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

The state of the review operation.

Returns
TypeDescription
int

setState

The state of the review operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRejectionReason

The reason why the review is rejected by reviewer.

Returns
TypeDescription
string

setRejectionReason

The reason why the review is rejected by reviewer.

Parameter
NameDescription
var string
Returns
TypeDescription
$this