Skip to main content

ExtractorDocumentTypeCapabilities Class

ExtractorDocumentTypeCapabilities class represents both document type and field level data that an extractor can process for declaring capabilities using the GetCapabilities() method.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.DataExtraction
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

A public class that represents the document type and field level information that the extractor is capable of processing. Used by the extractor in order to declare its capabilities, when the GetCapabilities() method of the IExtractorActivity interface is called.

note

The value represented by the DocumentTypeId property should contain string values that the extractor is capable of interpreting, if it receives it as input to an execution. The ExtractorFieldCapability instances in the Fields list should contain field-level information that the extractor is capable of interpreting, if it receives them as input to an execution.

Members

Constructors

ExtractorDocumentTypeCapabilities() - The default constructor.

Properties

  • DocumentTypeId string - An identifier for a document type that the extractor can target for data extraction.
  • Fields ExtractorFieldCapability[] - A list of fields that the extractor can target for data extraction.