Class GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
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 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 |