human_review_config
Creates, updates, deletes, gets or lists a human_review_config
resource.
Overview
Name | human_review_config |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
projects_locations_processors_human_review_config_review_document | exec | projectsId , locationsId , processorsId | Send 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.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
processorsId | string | |
projectsId | string |
Lifecycle Methods
- projects_locations_processors_human_review_config_review_document
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 }}"
}';