Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse

Response to a single document processing request.

Inheritance
object
GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
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.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InputConfig

Information about the input file. This is the same as the corresponding input config in the request.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudDocumentaiV1beta2InputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2InputConfig

OutputConfig

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudDocumentaiV1beta2OutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2OutputConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX