Processed

data class Processed(val documentClassification: DocumentClassification) : MiSnapDocumentClassifier.Result

Result when the classification is successful.

Constructors

Link copied to clipboard
constructor(documentClassification: DocumentClassification)

Properties

Link copied to clipboard

The classification of the document.