Cloud Document AI v1 API - Class ReviewDocumentResponse (3.2.0)

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

Reference documentation and code samples for the Cloud Document AI v1 API class ReviewDocumentResponse.

Response message for review document method.

Inheritance

Object > ReviewDocumentResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ReviewDocumentResponse()

public ReviewDocumentResponse()

ReviewDocumentResponse(ReviewDocumentResponse)

public ReviewDocumentResponse(ReviewDocumentResponse other)
Parameter
NameDescription
otherReviewDocumentResponse

Properties

GcsDestination

public string GcsDestination { get; set; }

The Cloud Storage uri for the human reviewed document if the review is succeeded.

Property Value
TypeDescription
String

RejectionReason

public string RejectionReason { get; set; }

The reason why the review is rejected by reviewer.

Property Value
TypeDescription
String

State

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

The state of the review operation.

Property Value
TypeDescription
ReviewDocumentResponse.Types.State