Skip to main content

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.