Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1ReviewDocumentRequest

Request message for the ReviewDocument method.

Inheritance
object
GoogleCloudDocumentaiV1ReviewDocumentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ReviewDocumentRequest : IDirectResponseSchema

Properties

DocumentSchema

The document schema of the human review task.

Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1DocumentSchema

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableSchemaValidation

Whether the validation should be performed on the ad-hoc review request.

Declaration
[JsonProperty("enableSchemaValidation")]
public virtual bool? EnableSchemaValidation { get; set; }
Property Value
Type Description
bool?

InlineDocument

An inline document proto.

Declaration
[JsonProperty("inlineDocument")]
public virtual GoogleCloudDocumentaiV1Document InlineDocument { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1Document

Priority

The priority of the human review task.

Declaration
[JsonProperty("priority")]
public virtual string Priority { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX