public sealed class HumanReview : IMessage<Document.Types.Revision.Types.HumanReview>, IEquatable<Document.Types.Revision.Types.HumanReview>, IDeepCloneable<Document.Types.Revision.Types.HumanReview>, IBufferMessage, IMessage
Human Review information of the document.
Implements
IMessage<Document.Types.Revision.Types.HumanReview>, IEquatable<Document.Types.Revision.Types.HumanReview>, IDeepCloneable<Document.Types.Revision.Types.HumanReview>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
HumanReview()
public HumanReview()
HumanReview(Document.Types.Revision.Types.HumanReview)
public HumanReview(Document.Types.Revision.Types.HumanReview other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Revision.Types.HumanReview |
Properties
State
public string State { get; set; }
Human review state. e.g. requested
, succeeded
, rejected
.
Property Value | |
---|---|
Type | Description |
String |
StateMessage
public string StateMessage { get; set; }
A message providing more details about the current state of processing.
For example, the rejection reason when the state is rejected
.
Property Value | |
---|---|
Type | Description |
String |