Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ReviewDocumentRequest.
Request message for review document method.
Generated from protobuf message google.cloud.documentai.v1.ReviewDocumentRequest
Methods
__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.
Generated from protobuf field .google.cloud.documentai.v1.Document inline_document = 4;
hasInlineDocument
setInlineDocument
An inline document proto.
Generated from protobuf field .google.cloud.documentai.v1.Document inline_document = 4;
$this
getHumanReviewConfig
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
Generated from protobuf field string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setHumanReviewConfig
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
Generated from protobuf field string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getEnableSchemaValidation
Whether the validation should be performed on the ad-hoc review request.
Generated from protobuf field bool enable_schema_validation = 3;
bool
setEnableSchemaValidation
Whether the validation should be performed on the ad-hoc review request.
Generated from protobuf field bool enable_schema_validation = 3;
var
bool
$this
getPriority
The priority of the human review task.
Generated from protobuf field .google.cloud.documentai.v1.ReviewDocumentRequest.Priority priority = 5;
int
setPriority
The priority of the human review task.
Generated from protobuf field .google.cloud.documentai.v1.ReviewDocumentRequest.Priority priority = 5;
var
int
$this
getDocumentSchema
The document schema of the human review task.
Generated from protobuf field .google.cloud.documentai.v1.DocumentSchema document_schema = 6;
hasDocumentSchema
clearDocumentSchema
setDocumentSchema
The document schema of the human review task.
Generated from protobuf field .google.cloud.documentai.v1.DocumentSchema document_schema = 6;
$this
getSource
string