DocumentTaxonomy Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Taxonomy - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a Taxonomy file, organized in groups and categories, along with a set of languages supported by the document processing infrastructure.
Members
Constructors
DocumentTaxonomy()- Initializes a new instance of theDocumentTaxonomyclass with no arguments.
Methods
Serialize()- Returns a string with the serialized contents of theDocumentTaxonomyobject.Deserialize(stringSerializedTaxonomy) - A static method that returns a new instance of theDocumentTaxonomyclass containing the information serialized in the input string.GetFields(stringDocumentTypeId) - Returns a list ofUiPath.DocumentProcessing.Contracts.Taxonomy.Fieldsobjects containing the field definitions associated with the document type identified by using theDocumentTypeIdargument.
Properties
DataContractVersionstring- The package version with which theDocumentTaxonomyobject was generated. The default value is1.0.DocumentTypes- A list of definedDocumentTypeobjects as found in the Taxonomy file referenced inDocumentTaxonomy.Groups- A list ofDocumentGroupobjects defined in theDocumentTaxonomy.SupportedLanguages- A list of languages supported by theDocumentTaxonomy.