GoogleCloudDocumentaiV1beta3ProcessorVersion class

A processor version is an implementation of a processor.

Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.

Properties

createTime String?
The time the processor version was created.
getter/setter pair
displayName String?
The display name of the processor version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the processor version.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the processor version. Possible string values are:
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