Classify Document
Classifies documents to different classes
The Classify Document Activity takes a document as input and classifies the document to a predefined label representing a class. The activity takes a classifier definition file and a preprocessed document as the inputs. It outputs a ClassificationResult variable which contains the predicted class as the output of the activity.
see Document Classifier for more details on using the activity in a workflow.
Input
Processed Document :
ProcessedDocument VariableRequiredThe preprocessed document from the Preprocess Document activity.Classifier Definition :
String ArgumentRequiredPath to the classifier definition file (*.classifier.vdai).
Output
Classification Result :
ClassificationResult VariableRequiredThe result of the document classification.
Last updated