ITrainableActivity Interface
ITrainableActivity is a public interface that defines the InArguments available for a training activity.
Definition
- 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
DocumentPathInArgument<string>- The file path of the document.DocumentTextInArgument<string>- The text version of the document.DocumentObjectModelInArgument<UiPath.DocumentProcessing.Contracts.Dom.Document>- The document object model of the document.
HumanValidatedDataInArgument<UiPath.DocumentProcessing.Contracts.Results.ExtractionResult[]>- The extraction results for the processed document that you want to use for training.