Class ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource.ReviewDocumentRequest
Send a document for Human Review. The input document should be processed by the specified processor.
Inheritance
ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource.ReviewDocumentRequest
Inherited Members
Namespace: Google.Apis.Document.v1
Assembly: Google.Apis.Document.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProcessorsResource.HumanReviewConfigResource.ReviewDocumentRequest : DocumentBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
ReviewDocumentRequest(IClientService, GoogleCloudDocumentaiV1ReviewDocumentRequest, string)
Constructs a new ReviewDocument request.
Declaration
public ReviewDocumentRequest(IClientService service, GoogleCloudDocumentaiV1ReviewDocumentRequest body, string humanReviewConfig)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDocumentaiV1ReviewDocumentRequest | body | |
string | humanReviewConfig |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
HumanReviewConfig
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
Declaration
[RequestParameter("humanReviewConfig", RequestParameterType.Path)]
public virtual string HumanReviewConfig { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ReviewDocument parameter list.
Declaration
protected override void InitParameters()