GoogleCloudDocumentaiV1ProcessorVersion class
A processor version is an implementation of a processor.
Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.
Constructors
- GoogleCloudDocumentaiV1ProcessorVersion({String? createTime, GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo? deprecationInfo, String? displayName, GoogleCloudDocumentaiV1DocumentSchema? documentSchema, bool? googleManaged, String? kmsKeyName, String? kmsKeyVersionName, GoogleCloudDocumentaiV1EvaluationReference? latestEvaluation, String? modelType, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? state})
- GoogleCloudDocumentaiV1ProcessorVersion.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time the processor version was created.
getter/setter pair
- deprecationInfo ↔ GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo?
-
If set, information about the eventual deprecation of this version.
getter/setter pair
- displayName ↔ String?
-
The display name of the processor version.
getter/setter pair
- documentSchema ↔ GoogleCloudDocumentaiV1DocumentSchema?
-
The schema of the processor version.
getter/setter pair
- googleManaged ↔ bool?
-
Denotes that this
ProcessorVersion
is managed by Google.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyName ↔ String?
-
The KMS key name used for encryption.
getter/setter pair
- kmsKeyVersionName ↔ String?
-
The KMS key version with which data is encrypted.
getter/setter pair
- latestEvaluation ↔ GoogleCloudDocumentaiV1EvaluationReference?
-
The most recently invoked evaluation for the processor version.
getter/setter pair
- modelType ↔ String?
-
The model type of this processor version.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
Reserved for future use.
getter/setter pair
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- state ↔ String?
-
The state of the processor version.
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