GoogleCloudDocumentaiV1EvaluationMetrics class

Evaluation metrics, either in aggregate or about a specific entity.

Constructors

GoogleCloudDocumentaiV1EvaluationMetrics({double? f1Score, int? falseNegativesCount, int? falsePositivesCount, int? groundTruthDocumentCount, int? groundTruthOccurrencesCount, double? precision, int? predictedDocumentCount, int? predictedOccurrencesCount, double? recall, int? totalDocumentsCount, int? truePositivesCount})
GoogleCloudDocumentaiV1EvaluationMetrics.fromJson(Map json_)

Properties

f1Score double?
The calculated f1 score.
getter/setter pair
falseNegativesCount int?
The amount of false negatives.
getter/setter pair
falsePositivesCount int?
The amount of false positives.
getter/setter pair
groundTruthDocumentCount int?
The amount of documents with a ground truth occurrence.
getter/setter pair
groundTruthOccurrencesCount int?
The amount of occurrences in ground truth documents.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
precision double?
The calculated precision.
getter/setter pair
predictedDocumentCount int?
The amount of documents with a predicted occurrence.
getter/setter pair
predictedOccurrencesCount int?
The amount of occurrences in predicted documents.
getter/setter pair
recall double?
The calculated recall.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDocumentsCount int?
The amount of documents that had an occurrence of this label.
getter/setter pair
truePositivesCount int?
The amount of true positives.
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