Activities
latest
false
Banner background image
Document Understanding Activities
Last updated Apr 10, 2024

IClassifierActivity Interface

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

Description

A public interface which inherits the IPersistedActivity interface. Defines all instances of the InArgument and the OutArgument expected from a classifier activity.
This interface must not be implemented directly. When building a classifier activity, use one of the provided abstract classes: ClassifierCodeActivity, ClassifierNativeActivity, or ClassifierAsyncCodeActivity.

Members

Properties
  • DocumentPath InArgument<string> - The file path of the document.
  • DocumentText InArgument<string> - The text version of the document.
  • DocumentObjectModel InArgument<UiPath.DocumentProcessing.Contracts.Dom.Document> - The document object model of the document.
  • DocumentTypes InArgument<UiPath.DocumentProcessing.Contracts.Classification.ClassifierDocumentType[]> - The document type information that you want the classifier to consider.
  • ClassifierResult OutArgument<UiPath.DocumentProcessing.Contracts.Classification.ClassifierResult> - The output of the classifier activity.
  • Description
  • Members

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.