public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessageThe status of human review on a processed document.
Implements
IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
HumanReviewStatus()
public HumanReviewStatus()HumanReviewStatus(HumanReviewStatus)
public HumanReviewStatus(HumanReviewStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
HumanReviewStatus |
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 | |
|---|---|
| Type | Description |
String |
|
State
public HumanReviewStatus.Types.State State { get; set; }The state of human review on the processing request.
| Property Value | |
|---|---|
| Type | Description |
HumanReviewStatus.Types.State |
|
StateMessage
public string StateMessage { get; set; }A message providing more details about the human review state.
| Property Value | |
|---|---|
| Type | Description |
String |
|