Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource

The "humanReviewConfig" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3
Assembly: Google.Apis.Document.v1beta3.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(GoogleCloudDocumentaiV1beta3ReviewDocumentRequest, 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(GoogleCloudDocumentaiV1beta3ReviewDocumentRequest body, string humanReviewConfig)
Parameters
Type Name Description
GoogleCloudDocumentaiV1beta3ReviewDocumentRequest 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
In this article
Back to top Generated by DocFX