Class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
The configuration of processing documents in Document Warehouse with DocAi processors pipeline.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline : IDirectResponseSchema
Properties
Documents
The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
Declaration
[JsonProperty("documents")]
public virtual IList<string> Documents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportFolderPath
The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format:
gs:///.
Declaration
[JsonProperty("exportFolderPath")]
public virtual string ExportFolderPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProcessorInfo
The CDW processor information.
Declaration
[JsonProperty("processorInfo")]
public virtual GoogleCloudContentwarehouseV1ProcessorInfo ProcessorInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1ProcessorInfo |
ProcessorResultsFolderPath
The Cloud Storage folder path used to store the raw results from processors. Format: gs:///.
Declaration
[JsonProperty("processorResultsFolderPath")]
public virtual string ProcessorResultsFolderPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |