Result

sealed class Result

The result of the classification analysis.

Subtypes:

Inheritors

Types

Link copied to clipboard

Result when the classification fails.

Link copied to clipboard
data class Processed(val documentClassification: DocumentClassification) : MiSnapDocumentClassifier.Result

Result when the classification is successful.