activities
latest
false
UiPath logo, featuring letters U and I in white

Document Understanding Activities

Last updated Mar 21, 2025

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 the ClassifierResult class with no arguments.
  • ClassifierResult(ClassificationResult[] classifications) - Initializes a new instance of the ClassifierResult class, with the Classifications assigned with the value of the input argument.
Properties
  • Classifications UiPath.DocumentProcessing.Contracts.Results.ClassificationResult[]) - A list of classification results that the classifier activity has computed, for different page ranges. The list must not contain ClassificationResult entries that overlap as far as the ResultsDocumentBounds go.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.