Class ReviewDocumentResponse (1.4.0)

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

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.

Property Value
TypeDescription
String