ITextractQuery
Interface in AWS.Textract
Interface for Query.
Properties
Alias
property Alias: string
An alias to attach to the query, for ease of location.
Pages
property Pages: TList<string>
Specifies which pages the query is applied to.
Text
property Text: string
A question that Amazon Textract will apply to the document.
An example would be "What is the customer's SSN?".
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.