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

ITrainableExtractorActivity Interface

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
  • 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.