public sealed class ReviewDocumentRequest : IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, IBufferMessage, IMessage
Request message for review document method. Next Id: 6.
Implements
IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ReviewDocumentRequest()
public ReviewDocumentRequest()
ReviewDocumentRequest(ReviewDocumentRequest)
public ReviewDocumentRequest(ReviewDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other | ReviewDocumentRequest |
Properties
Document
[Obsolete]
public Document Document { get; set; }
The document that needs human review.
Property Value | |
---|---|
Type | Description |
Document |
EnableSchemaValidation
public bool EnableSchemaValidation { get; set; }
Whether the validation should be performed on the ad-hoc review request.
Property Value | |
---|---|
Type | Description |
Boolean |
HumanReviewConfig
public string HumanReviewConfig { get; set; }
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
Property Value | |
---|---|
Type | Description |
String |
HumanReviewConfigAsHumanReviewConfigName
public HumanReviewConfigName HumanReviewConfigAsHumanReviewConfigName { get; set; }
HumanReviewConfigName-typed view over the HumanReviewConfig resource name property.
Property Value | |
---|---|
Type | Description |
HumanReviewConfigName |
InlineDocument
public Document InlineDocument { get; set; }
An inline document proto.
Property Value | |
---|---|
Type | Description |
Document |
Priority
public ReviewDocumentRequest.Types.Priority Priority { get; set; }
The priority of the human review task.
Property Value | |
---|---|
Type | Description |
ReviewDocumentRequest.Types.Priority |
SourceCase
public ReviewDocumentRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ReviewDocumentRequest.SourceOneofCase |