Cloud Document AI v1beta3 API - Class Document.Types.Revision.Types.HumanReview (2.0.0-beta19)

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, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.Revision.Types.HumanReview.

Human Review information of the document.

Inheritance

object > Document.Types.Revision.Types.HumanReview

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

HumanReview()

public HumanReview()

HumanReview(HumanReview)

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

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