GoogleCloudDocumentaiV1beta3Processor class

The first-class citizen for DAI.

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

Constructors

GoogleCloudDocumentaiV1beta3Processor({String? createTime, String? defaultProcessorVersion, String? displayName, String? kmsKeyName, String? name, String? processEndpoint, String? state, String? type})
GoogleCloudDocumentaiV1beta3Processor.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/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
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, e.g., INVOICE_PARSING, W2_PARSING, etc.
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