Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ProcessorType

A processor type is responsible for performing a certain document understanding task on a certain type of document.

Inheritance
object
GoogleCloudDocumentaiV1beta3ProcessorType
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.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessorType : IDirectResponseSchema

Properties

AllowCreation

Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.

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

AvailableLocations

The locations in which this processor is available.

Declaration
[JsonProperty("availableLocations")]
public virtual IList<GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo> AvailableLocations { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo>

Category

The processor category, used by UI to group processor types.

Declaration
[JsonProperty("category")]
public virtual string Category { 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

LaunchStage

Launch stage of the processor type

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

Name

The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

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

SampleDocumentUris

A set of Cloud Storage URIs of sample documents for this processor.

Declaration
[JsonProperty("sampleDocumentUris")]
public virtual IList<string> SampleDocumentUris { get; set; }
Property Value
Type Description
IList<string>

Type

The processor type, such as: OCR_PROCESSOR, INVOICE_PROCESSOR.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX