Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3Processor

The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.

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

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

The time the processor was created.

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

DefaultProcessorVersion

The default processor version.

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

DisplayName

The display name of the processor.

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

KmsKeyName

The KMS key used for encryption and decryption in CMEK scenarios.

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

Name

Output only. Immutable. The resource name of the processor. Format: projects/{project}/locations/{location}/processors/{processor}

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

ProcessEndpoint

Output only. Immutable. The http endpoint that can be called to invoke processing.

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

ProcessorVersionAliases

Output only. The processor version aliases.

Declaration
[JsonProperty("processorVersionAliases")]
public virtual IList<GoogleCloudDocumentaiV1beta3ProcessorVersionAlias> ProcessorVersionAliases { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3ProcessorVersionAlias>

SatisfiesPzi

Output only. Reserved for future use.

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

SatisfiesPzs

Output only. Reserved for future use.

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

State

Output only. The state of the processor.

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

Type

The processor type, such as: OCR_PROCESSOR, INVOICE_PROCESSOR. To get a list of processor types, see FetchProcessorTypes.

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