GoogleCloudDocumentaiV1EvaluationCounters class
Evaluation counters for the documents that were used.
Constructors
- GoogleCloudDocumentaiV1EvaluationCounters({int? evaluatedDocumentsCount, int? failedDocumentsCount, int? inputDocumentsCount, int? invalidDocumentsCount})
- GoogleCloudDocumentaiV1EvaluationCounters.fromJson(Map json_)
Properties
- evaluatedDocumentsCount ↔ int?
-
How many documents were used in the evaluation.
getter/setter pair
- failedDocumentsCount ↔ int?
-
How many documents were not included in the evaluation as Document AI
failed to process them.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDocumentsCount ↔ int?
-
How many documents were sent for evaluation.
getter/setter pair
- invalidDocumentsCount ↔ int?
-
How many documents were not included in the evaluation as they didn't pass
validation.
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