Class GoogleCloudDocumentaiV1ProcessorType
A processor type is responsible for performing a certain document understanding task on a certain type of document.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ProcessorType : 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<GoogleCloudDocumentaiV1ProcessorTypeLocationInfo> AvailableLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1ProcessorTypeLocationInfo> |
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 |