Google Cloud Document Ai V1 Client - Class ReviewDocumentRequest (1.12.1)

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ inline_document Google\Cloud\DocumentAI\V1\Document

An inline document proto.

↳ 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 Google\Cloud\DocumentAI\V1\DocumentSchema

The document schema of the human review task.

getInlineDocument

An inline document proto.

Returns
Type Description
Google\Cloud\DocumentAI\V1\Document|null

hasInlineDocument

setInlineDocument

An inline document proto.

Parameter
Name Description
var Google\Cloud\DocumentAI\V1\Document
Returns
Type Description
$this

getHumanReviewConfig

Required. The resource name of the HumanReviewConfig that the document will be reviewed with.

Returns
Type Description
string

setHumanReviewConfig

Required. The resource name of the HumanReviewConfig that the document will be reviewed with.

Parameter
Name Description
var string
Returns
Type Description
$this

getEnableSchemaValidation

Whether the validation should be performed on the ad-hoc review request.

Returns
Type Description
bool

setEnableSchemaValidation

Whether the validation should be performed on the ad-hoc review request.

Parameter
Name Description
var bool
Returns
Type Description
$this

getPriority

The priority of the human review task.

Returns
Type Description
int

setPriority

The priority of the human review task.

Parameter
Name Description
var int
Returns
Type Description
$this

getDocumentSchema

The document schema of the human review task.

Returns
Type Description
Google\Cloud\DocumentAI\V1\DocumentSchema|null

hasDocumentSchema

clearDocumentSchema

setDocumentSchema

The document schema of the human review task.

Parameter
Name Description
var Google\Cloud\DocumentAI\V1\DocumentSchema
Returns
Type Description
$this

getSource

Returns
Type Description
string

static::build

Parameter
Name Description
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.

Returns
Type Description
Google\Cloud\DocumentAI\V1\ReviewDocumentRequest