UiPath Documentation
activities
latest
false

Document Understanding activities

Last updated May 5, 2026

ClassifierDocumentType Class

ClassifierDocumentType is a public class representing a document type, used for conveying document type details to classifier activities.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Classification
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

A public class that represents a document type. Used for passing document type information to classifier activities.

Note:

The value represented by the DocumentTypeId property is either one of the following:

  • A DocumentTypeId from the taxonomy defined via the Taxonomy Manager;
  • A string configured in the Classify Document Scope activity configuration wizard (for cases when the classifier activity uses its own internal taxonomy / document type definitions). This property is computed and provided by the Classify Document Scope activity at runtime.

Members

Constructors

ClassifierDocumentType() - The protected default constructor.

Properties

DocumentTypeId (string) - An unique ID generated for a document type.

  • Definition
  • Description
  • Members

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated