GoogleCloudDocumentaiV1Processor class

The first-class citizen for Document AI.

Each processor defines how to extract structural information from a document.

Constructors

GoogleCloudDocumentaiV1Processor({String? createTime, String? defaultProcessorVersion, String? displayName, String? kmsKeyName, String? name, String? processEndpoint, List<GoogleCloudDocumentaiV1ProcessorVersionAlias>? processorVersionAliases, String? state, String? type})
GoogleCloudDocumentaiV1Processor.fromJson(Map json_)

Properties

createTime String?
The time the processor was created.
getter/setter pair
defaultProcessorVersion String?
The default processor version.
getter/setter pair
displayName String?
The display name of the processor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kmsKeyName String?
The KMS key used for encryption and decryption in CMEK scenarios.
getter/setter pair
name String?
The resource name of the processor.
getter/setter pair
processEndpoint String?
The http endpoint that can be called to invoke processing.
getter/setter pair
processorVersionAliases List<GoogleCloudDocumentaiV1ProcessorVersionAlias>?
The processor version aliases.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the processor.
getter/setter pair
type String?
The processor type, such as: OCR_PROCESSOR, INVOICE_PROCESSOR.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited