Class ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource
The "humanReviewConfig" collection of methods.
Inherited Members
Namespace: Google.Apis.Document.v1
Assembly: Google.Apis.Document.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource
Constructors
HumanReviewConfigResource(IClientService)
Constructs a new resource.
Declaration
public HumanReviewConfigResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
ReviewDocument(GoogleCloudDocumentaiV1ReviewDocumentRequest, string)
Send a document for Human Review. The input document should be processed by the specified processor.
Declaration
public virtual ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource.ReviewDocumentRequest ReviewDocument(GoogleCloudDocumentaiV1ReviewDocumentRequest body, string humanReviewConfig)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDocumentaiV1ReviewDocumentRequest | body | The body of the request. |
string | humanReviewConfig | Required. The resource name of the HumanReviewConfig that the document will be reviewed with. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource.ReviewDocumentRequest |