Class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
The metadata message for Process-with-DocAi pipeline.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata : IDirectResponseSchema
Properties
Documents
The input list of all the resource names of the documents to be processed.
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 |
ProcessorInfo
The DocAI processor to process the documents with.
Declaration
[JsonProperty("processorInfo")]
public virtual GoogleCloudContentwarehouseV1ProcessorInfo ProcessorInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1ProcessorInfo |