Skip to main content

human_review_config

Creates, updates, deletes, gets or lists a human_review_config resource.

Overview

Namehuman_review_config
TypeResource
Idgoogle.documentai.human_review_config

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_processors_human_review_config_review_documentexecprojectsId, locationsId, processorsIdSend a document for Human Review. The input document should be processed by the specified processor.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationsIdstring
processorsIdstring
projectsIdstring

Lifecycle Methods

Send a document for Human Review. The input document should be processed by the specified processor.

EXEC google.documentai.human_review_config.projects_locations_processors_human_review_config_review_document 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@processorsId='{{ processorsId }}' --required
@@json=
'{
"inlineDocument": "{{ inlineDocument }}",
"enableSchemaValidation": {{ enableSchemaValidation }},
"priority": "{{ priority }}",
"documentSchema": "{{ documentSchema }}"
}';