DocumentClassifierResult class

Contains the result of running the document classifier.

Constructors

DocumentClassifierResult({required DocumentType documentType, required double confidence, required DocumentClassifierStatus status, required DocumentScanningResult documentScanningResult})
DocumentClassifierResult.fromJson(Map<String, dynamic> json)
factory

Properties

confidence double
The confidence of the classification result.
final
documentScanningResult DocumentScanningResult
The result of the document scanning.
final
documentType DocumentType
The classification result.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DocumentClassifierStatus
The status of the classification result.
final

Methods

encodeImages() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited