public sealed class Document.Types.Revision.Types.HumanReview : IMessage<Document.Types.Revision.Types.HumanReview>, IEquatable<Document.Types.Revision.Types.HumanReview>, IDeepCloneable<Document.Types.Revision.Types.HumanReview>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Revision.Types.HumanReview.
Human Review information of the document.
Implements
IMessageDocumentTypesRevisionTypesHumanReview, IEquatableDocumentTypesRevisionTypesHumanReview, IDeepCloneableDocumentTypesRevisionTypesHumanReview, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
HumanReview()
public HumanReview()HumanReview(HumanReview)
public HumanReview(Document.Types.Revision.Types.HumanReview other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentTypesRevisionTypesHumanReview |
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 |
|