Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata

The metadata message for Process-with-DocAi pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX