Class GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
Response to a single document processing request.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta2.Data
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class GoogleCloudDocumentaiV1beta1ProcessDocumentResponse : 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 GoogleCloudDocumentaiV1beta1InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta1InputConfig |
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 GoogleCloudDocumentaiV1beta1OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta1OutputConfig |