Class GoogleCloudDocumentaiV1ReviewDocumentResponse
Response message for the ReviewDocument method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ReviewDocumentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
The Cloud Storage uri for the human reviewed document if the review is succeeded.
Declaration
[JsonProperty("gcsDestination")]
public virtual string GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
string |
RejectionReason
The reason why the review is rejected by reviewer.
Declaration
[JsonProperty("rejectionReason")]
public virtual string RejectionReason { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The state of the review operation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |