ClassifierResult Class
ClassifierResult, a public class, signifies the output of a classifier activity, detailing the document types with the highest confidence for each section of the inputted document.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Classification - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents the output of a classifier activity. A classifier activity is expected to report the document types that have the highest confidence, for each section of the input document.
Members
Constructors
ClassifierResult()- Initializes a new instance of theClassifierResultclass with no arguments.ClassifierResult(ClassificationResult[] classifications) - Initializes a new instance of theClassifierResultclass, with theClassificationsassigned with the value of the input argument.
Properties
ClassificationsUiPath.DocumentProcessing.Contracts.Results.ClassificationResult[])- A list of classification results that the classifier activity has computed, for different page ranges. The list must not contain
ClassificationResultentries that overlap as far as theResultsDocumentBoundsgo.
- A list of classification results that the classifier activity has computed, for different page ranges. The list must not contain