Class HumanReviewStatus (1.1.0)

public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage

The status of human review on a processed document.

Inheritance

Object > HumanReviewStatus

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

HumanReviewStatus()

public HumanReviewStatus()

HumanReviewStatus(HumanReviewStatus)

public HumanReviewStatus(HumanReviewStatus other)
Parameter
NameDescription
otherHumanReviewStatus

Properties

HumanReviewOperation

public string HumanReviewOperation { get; set; }

The name of the operation triggered by the processed document. This field is populated only when the [state] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.

Property Value
TypeDescription
String

State

public HumanReviewStatus.Types.State State { get; set; }

The state of human review on the processing request.

Property Value
TypeDescription
HumanReviewStatus.Types.State

StateMessage

public string StateMessage { get; set; }

A message providing more details about the human review state.

Property Value
TypeDescription
String