public sealed class ReviewDocumentResponse : IMessage<ReviewDocumentResponse>, IEquatable<ReviewDocumentResponse>, IDeepCloneable<ReviewDocumentResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class ReviewDocumentResponse.
Response message for review document method.
Implements
IMessage<ReviewDocumentResponse>, IEquatable<ReviewDocumentResponse>, IDeepCloneable<ReviewDocumentResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
ReviewDocumentResponse()
public ReviewDocumentResponse()ReviewDocumentResponse(ReviewDocumentResponse)
public ReviewDocumentResponse(ReviewDocumentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReviewDocumentResponse |
Properties
GcsDestination
public string GcsDestination { get; set; }The Cloud Storage uri for the human reviewed document if the review is succeeded.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RejectionReason
public string RejectionReason { get; set; }The reason why the review is rejected by reviewer.
| Property Value | |
|---|---|
| Type | Description |
String |
|
State
public ReviewDocumentResponse.Types.State State { get; set; }The state of the review operation.
| Property Value | |
|---|---|
| Type | Description |
ReviewDocumentResponse.Types.State |
|