Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1ProcessorInfo

The DocAI processor information.

Inheritance
object
GoogleCloudContentwarehouseV1ProcessorInfo
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 GoogleCloudContentwarehouseV1ProcessorInfo : IDirectResponseSchema

Properties

DocumentType

The processor will process the documents with this document type.

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

ETag

The ETag of the item.

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

ProcessorName

The processor resource name. Format is projects/{project}/locations/{location}/processors/{processor}, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

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

SchemaName

The Document schema resource name. All documents processed by this processor will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX