TTextractQuery
Class in AWS.Textract
Query class.
Ancestors
Properties
Alias
property Alias: string
Pages
property Pages: TList<string>
Text
property Text: string
Constructors
Create
constructor Create; overload;
Constructor for TTextractQuery.
constructor Create(const AText: string; const AAlias: string = ''); overload;
Constructor for TTextractQuery.
Parameters
| Name | Description |
|---|---|
AText | Specify a question that Amazon Textract will be applied to the document. |
AAlias | Specify an alias to attach to the query, for ease of location. |
constructor Create(const AText, AAlias: string; const APages: array of string); overload;
Constructor for TTextractQuery.
Parameters
| Name | Description |
|---|---|
AText | Specify a question that Amazon Textract will be applied to the document. |
AAlias | Specify an alias to attach to the query, for ease of location. |
APages | Specify the pages to apply the query to. |