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

ITrainableActivity Interface

Namespace: UiPath.DocumentProcessing.Contracts.Training
Assembly: UiPath.DocumentProcessing.Contracts

Description

A public interface inheriting the IPersistedActivity interface, that defines the InArguments available for a training activity.
This interface should not be implemented directly. When building a training activity, use one of the provided abstract classes: TrainableClassifierAsyncCodeActivity,
TrainableClassifierCodeActivity or TrainableClassifierNativeActivity.

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.
  • HumanValidatedData InArgument<UiPath.DocumentProcessing.Contracts.Results.ExtractionResult[]> - The extraction results for the processed document that you want to use for training.
  • 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.