public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class HumanReviewStatus.
The status of human review on a processed document.
Implements
IMessageHumanReviewStatus, IEquatableHumanReviewStatus, IDeepCloneableHumanReviewStatus, 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][google.cloud.documentai.v1.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.v1.DocumentProcessorService.ReviewDocument].
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 |
HumanReviewStatusTypesState |
StateMessage
public string StateMessage { get; set; }
A message providing more details about the human review state.
Property Value | |
---|---|
Type | Description |
string |