GoogleCloudDocumentaiV1Evaluation class
An evaluation of a ProcessorVersion's performance.
Constructors
-
GoogleCloudDocumentaiV1Evaluation({GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics? allEntitiesMetrics, String? createTime, GoogleCloudDocumentaiV1EvaluationCounters? documentCounters, Map<
String, GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics> ? entityMetrics, String? kmsKeyName, String? kmsKeyVersionName, String? name}) - GoogleCloudDocumentaiV1Evaluation.fromJson(Map json_)
Properties
- allEntitiesMetrics ↔ GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics?
-
Metrics for all the entities in aggregate.
getter/setter pair
- createTime ↔ String?
-
The time that the evaluation was created.
getter/setter pair
- documentCounters ↔ GoogleCloudDocumentaiV1EvaluationCounters?
-
Counters for the documents used in the evaluation.
getter/setter pair
-
entityMetrics
↔ Map<
String, GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics> ? -
Metrics across confidence levels, for different entities.
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
- name ↔ String?
-
The resource name of the evaluation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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