# DocumentSplittingResult Class

> `DocumentSplittingResult` is the result of a document splitting operation and it represents one logical sub document.

`DocumentSplittingResult` is the result of a document splitting operation and it represents one logical sub document.

## Definition

* Namespace: `UiPath.DocumentProcessing.Contracts.Results`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## Description

The result of a document splitting operation and it represents one logical sub document.

## Members

#### Constructors

`DocumentSplittingResult` (`UiPath.DocumentProcessing.Contracts.Dom.Document, <string>, <string>, <float>`)
- The public default constructor.

#### Methods

* `Serialize` (`string`) - Serializes the DocumentSplittingResult to a JSON string.
* `Deserialize` (`string`) - Deserializes a JSON string to a `UiPath.DocumentProcessing.Contracts.Results.DocumentSplittingResult` object.

#### Properties

* `DocumentObjectModel` `string` - The document object model of the subdocument.
* `FilePath` `string` - The file path of the subdocument.
* `SplitConfidence` `float` - A value between 0 and 1 that represents the confidence for the split subdocument.
* `Text` `string` - The text of the subdocument.
