ITextractAdapter
Interface in AWS.Textract
Interface for Adapter.
Properties
AdapterId
property AdapterId: string
The unique identifier for the adapter resource.
Pages
property Pages: TList<string>
Specifies which pages the adapter is applied to.
Version
property Version: string
The version of the adapter.
Methods
AddPage
function AddPage(const APage: string): NativeInt;
Add a page to Pages.
Parameters
| Name | Description |
|---|---|
APage | Specify a page to add. |
Returns
Returns the index of the page added to Pages.