Class ReviewDocumentRequest (1.3.0)

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

Request message for review document 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

EnableSchemaValidation

public bool EnableSchemaValidation { get; set; }

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

Property Value
TypeDescription
Boolean

HumanReviewConfig

public string HumanReviewConfig { get; set; }

Required. The resource name of the 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
ReviewDocumentRequest.Types.Priority

SourceCase

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