Cloud Document AI v1beta3 API - Class HumanReviewStatus (2.0.0-beta18)

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

Reference documentation and code samples for the Cloud Document AI v1beta3 API class HumanReviewStatus.

The status of human review on a processed document.

Inheritance

object > HumanReviewStatus

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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][google.cloud.documentai.v1beta3.HumanReviewStatus.state] is HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].

Property Value
TypeDescription
string

State

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

The state of human review on the processing request.

Property Value
TypeDescription
HumanReviewStatusTypesState

StateMessage

public string StateMessage { get; set; }

A message providing more details about the human review state.

Property Value
TypeDescription
string