Namespace: UiPath.DocumentProcessing.Contracts.Dom
Assembly: UiPath.DocumentProcessing.Contracts
Description
A public class that represents a digitized document.
Members
Constructors
Document()
- Initializes a new instance of theDocument
class with no arguments.
Methods
Deserialize(string)
serializedDOM - A static method that returns a new instance of theDocument
class containing the information serialized in the input string.Serialize()
string - Returns a string with the serialized contents of theDocument
object.
Properties
ContentType
string - The content type of the file. The supported values are:application/pdf
,image/png
,image/jpeg
,image/tiff
,image/bmp
,image/gif
,text/plain
,application/json
.DocumentID
string - The name of the document file.Length
int - The text length of the file, expressed as an integer.Pages
UiPath.DocumentProcessing.Contracts.Dom.Page - The list of pages in the document file.
Updated about a year ago