Class ReviewDocumentRequest (1.0.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

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

SourceCase

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