DocumentSplittingResult Class
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 aUiPath.DocumentProcessing.Contracts.Results.DocumentSplittingResultobject.
Properties
DocumentObjectModelstring- The document object model of the subdocument.FilePathstring- The file path of the subdocument.SplitConfidencefloat- A value between 0 and 1 that represents the confidence for the split subdocument.Textstring- The text of the subdocument.