Skip to main content

ClassifierDocumentTypeCapability Class

ClassifierDocumentTypeCapability is a public class that represents a document type's capability, essential in transferring document type information to classifier activities.

Definition

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

Description

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

note

The value represented by the DocumentTypeId property is either a DocumentTypeId from the taxonomy defined via the Taxonomy Manager, or a string configured in the Classify Document Scope activity configuration wizard (for cases when the classifier activity uses its own internal taxonomy or 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.