ITrainableExtractorActivity Interface
ITrainableExtractorActivity is a public interface that defines the InArguments available an extractor 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 an extractor training activity.
This interface should not be implemented directly. When building an extractor training activity, use one of the provided abstract classes: TrainableExtractorAsyncCodeActivity, TrainableExtractorCodeActivity or TrainableExtractorNativeActivity.
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.