Class Document.Types.Revision.Types.HumanReview (1.0.0)

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.

Inheritance

Object > Document.Types.Revision.Types.HumanReview

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

HumanReview()

public HumanReview()

HumanReview(Document.Types.Revision.Types.HumanReview)

public HumanReview(Document.Types.Revision.Types.HumanReview other)
Parameter
NameDescription
otherDocument.Types.Revision.Types.HumanReview

Properties

State

public string State { get; set; }

Human review state. e.g. requested, succeeded, rejected.

Property Value
TypeDescription
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
TypeDescription
String