public sealed class Processor : IMessage<Processor>, IEquatable<Processor>, IDeepCloneable<Processor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Processor.
The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.
Implements
IMessageProcessor, IEquatableProcessor, IDeepCloneableProcessor, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Processor()
public Processor()
Processor(Processor)
public Processor(Processor other)
Name | Description |
other | Processor |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The time the processor was created.
Type | Description |
Timestamp |
DefaultProcessorVersion
public string DefaultProcessorVersion { get; set; }
The default processor version.
Type | Description |
string |
DefaultProcessorVersionAsProcessorVersionName
public ProcessorVersionName DefaultProcessorVersionAsProcessorVersionName { get; set; }
ProcessorVersionName-typed view over the DefaultProcessorVersion resource name property.
Type | Description |
ProcessorVersionName |
DisplayName
public string DisplayName { get; set; }
The display name of the processor.
Type | Description |
string |
KmsKeyName
public string KmsKeyName { get; set; }
The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.
Type | Description |
string |
Name
public string Name { get; set; }
Output only. Immutable. The resource name of the processor.
Format: projects/{project}/locations/{location}/processors/{processor}
Type | Description |
string |
ProcessEndpoint
public string ProcessEndpoint { get; set; }
Output only. Immutable. The http endpoint that can be called to invoke processing.
Type | Description |
string |
ProcessorName
public ProcessorName ProcessorName { get; set; }
ProcessorName-typed view over the Name resource name property.
Type | Description |
ProcessorName |
State
public Processor.Types.State State { get; set; }
Output only. The state of the processor.
Type | Description |
ProcessorTypesState |
Type
public string Type { get; set; }
The processor type, e.g., OCR_PROCESSOR
, INVOICE_PROCESSOR
, etc.
To get a list of processors types, see
[FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes].
Type | Description |
string |