GoogleCloudDocumentaiV1EvaluationEvaluationRevision class
A revision of the evaluation.
Constructors
-
GoogleCloudDocumentaiV1EvaluationEvaluationRevision({GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics? allEntitiesMetrics, GoogleCloudDocumentaiV1EvaluationCounters? documentCounters, Map<
String, GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics> ? entityMetrics, String? revisionId}) - GoogleCloudDocumentaiV1EvaluationEvaluationRevision.fromJson(Map json_)
Properties
- allEntitiesMetrics ↔ GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics?
-
Metrics for all the entities in aggregate.
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
- revisionId ↔ String?
-
The revision ID 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