Cloud Document AI v1 API - Class ReviewDocumentRequest (3.15.0)

public sealed class ReviewDocumentRequest : IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class ReviewDocumentRequest.

Request message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.

Inheritance

object > ReviewDocumentRequest

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ReviewDocumentRequest()

public ReviewDocumentRequest()

ReviewDocumentRequest(ReviewDocumentRequest)

public ReviewDocumentRequest(ReviewDocumentRequest other)
Parameter
NameDescription
otherReviewDocumentRequest

Properties

DocumentSchema

public DocumentSchema DocumentSchema { get; set; }

The document schema of the human review task.

Property Value
TypeDescription
DocumentSchema

EnableSchemaValidation

public bool EnableSchemaValidation { get; set; }

Whether the validation should be performed on the ad-hoc review request.

Property Value
TypeDescription
bool

HumanReviewConfig

public string HumanReviewConfig { get; set; }

Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1.HumanReviewConfig] that the document will be reviewed with.

Property Value
TypeDescription
string

HumanReviewConfigAsHumanReviewConfigName

public HumanReviewConfigName HumanReviewConfigAsHumanReviewConfigName { get; set; }

HumanReviewConfigName-typed view over the HumanReviewConfig resource name property.

Property Value
TypeDescription
HumanReviewConfigName

InlineDocument

public Document InlineDocument { get; set; }

An inline document proto.

Property Value
TypeDescription
Document

Priority

public ReviewDocumentRequest.Types.Priority Priority { get; set; }

The priority of the human review task.

Property Value
TypeDescription
ReviewDocumentRequestTypesPriority

SourceCase

public ReviewDocumentRequest.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ReviewDocumentRequestSourceOneofCase