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.
Constructors
- GoogleCloudDocumentaiV1beta3ProcessorVersion({String? createTime, String? displayName, GoogleCloudDocumentaiV1beta3EvaluationReference? latestEvaluation, String? name, GoogleCloudDocumentaiV1beta3Schema? schema, String? state})
- GoogleCloudDocumentaiV1beta3ProcessorVersion.fromJson(Map _json)
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
- latestEvaluation ↔ GoogleCloudDocumentaiV1beta3EvaluationReference?
-
The most recently invoked evaluation for the processor version.
getter/setter pair
- 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
- schema ↔ GoogleCloudDocumentaiV1beta3Schema?
-
The schema of the processor version.
getter/setter pair
- 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