Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline

The configuration of the Cloud Storage Ingestion with DocAI Processors pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline
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.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExtractProcessorInfos

The extract processors information. One matched extract processor will be used to process documents based on the classify processor result. If no classify processor is specified, the first extract processor will be used.

Declaration
[JsonProperty("extractProcessorInfos")]
public virtual IList<GoogleCloudContentwarehouseV1ProcessorInfo> ExtractProcessorInfos { get; set; }
Property Value
Type Description
IList<GoogleCloudContentwarehouseV1ProcessorInfo>

InputPath

The input Cloud Storage folder. All files under this folder will be imported to Document Warehouse. Format: gs:///.

Declaration
[JsonProperty("inputPath")]
public virtual string InputPath { get; set; }
Property Value
Type Description
string

PipelineConfig

Optional. The config for the Cloud Storage Ingestion with DocAI Processors pipeline. It provides additional customization options to run the pipeline and can be skipped if it is not applicable.

Declaration
[JsonProperty("pipelineConfig")]
public virtual GoogleCloudContentwarehouseV1IngestPipelineConfig PipelineConfig { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1IngestPipelineConfig

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

SkipIngestedDocuments

The flag whether to skip ingested documents. If it is set to true, documents in Cloud Storage contains key "status" with value "status=ingested" in custom metadata will be skipped to ingest.

Declaration
[JsonProperty("skipIngestedDocuments")]
public virtual bool? SkipIngestedDocuments { get; set; }
Property Value
Type Description
bool?

SplitClassifyProcessorInfo

The split and classify processor information. The split and classify result will be used to find a matched extract processor.

Declaration
[JsonProperty("splitClassifyProcessorInfo")]
public virtual GoogleCloudContentwarehouseV1ProcessorInfo SplitClassifyProcessorInfo { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1ProcessorInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX