# 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.

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.
