Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ReviewDocumentRequest.
Request message for the ReviewDocument method.
Generated from protobuf message google.cloud.documentai.v1.ReviewDocumentRequest
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ inline_document
↳ human_review_config
string
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
↳ enable_schema_validation
bool
Whether the validation should be performed on the ad-hoc review request.
↳ priority
int
The priority of the human review task.
↳ document_schema
getInlineDocument
An inline document proto.
hasInlineDocument
setInlineDocument
An inline document proto.
$this
getHumanReviewConfig
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
string
setHumanReviewConfig
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
var
string
$this
getEnableSchemaValidation
Whether the validation should be performed on the ad-hoc review request.
bool
setEnableSchemaValidation
Whether the validation should be performed on the ad-hoc review request.
var
bool
$this
getPriority
The priority of the human review task.
int
setPriority
The priority of the human review task.
var
int
$this
getDocumentSchema
The document schema of the human review task.
hasDocumentSchema
clearDocumentSchema
setDocumentSchema
The document schema of the human review task.
$this
getSource
string
static::build
humanReviewConfig
string
Required. The resource name of the HumanReviewConfig that the document will be reviewed with. Please see Google\Cloud\DocumentAI\V1\DocumentProcessorServiceClient::humanReviewConfigName() for help formatting this field.