IClassifierCapabilitiesProvider Interface
IClassifierCapabilitiesProvider is an interface for classifier activities that declare their own processing capabilities and target fields based on internal taxonomy.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.DataExtraction - Assembly:
UiPath.DocumentProcessing.Contracts
Description
An interface that needs to be implemented if the classifier activity can declare its own capabilities. An example scenario is the document types the classifier can process and the associated fields it can target, based on its internal taxonomy.
Members
Methods
ProvidesCapabilitiesboolean- ReturnsTrueif the classifier is able to provide a list of capabilities.GetCapabilities(Task<ClassifierDocumentTypeCapability[]>)- Gets, at design time, a list of document types the classifier is capable of classifying. This method will only be called at design time, and as such it should not use any InArgument(s).