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 the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.
Implements
IMessageReviewDocumentResponse, IEquatableReviewDocumentResponse, IDeepCloneableReviewDocumentResponse, 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 |
ReviewDocumentResponseTypesState |
|