Skip to content

/AWS1/CL_TEXEXTRACTION

Contains information extracted by an analysis operation after using StartLendingAnalysis.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_lendingdocument TYPE REF TO /AWS1/CL_TEXLENDINGDOCUMENT /AWS1/CL_TEXLENDINGDOCUMENT

Holds the structured data returned by AnalyzeDocument for lending documents.

io_expensedocument TYPE REF TO /AWS1/CL_TEXEXPENSEDOCUMENT /AWS1/CL_TEXEXPENSEDOCUMENT

The structure holding all the information returned by AnalyzeExpense

io_identitydocument TYPE REF TO /AWS1/CL_TEXIDENTITYDOCUMENT /AWS1/CL_TEXIDENTITYDOCUMENT

The structure that lists each document processed in an AnalyzeID operation.


Queryable Attributes

LendingDocument

Holds the structured data returned by AnalyzeDocument for lending documents.

Accessible with the following methods

Method Description
GET_LENDINGDOCUMENT() Getter for LENDINGDOCUMENT

ExpenseDocument

The structure holding all the information returned by AnalyzeExpense

Accessible with the following methods

Method Description
GET_EXPENSEDOCUMENT() Getter for EXPENSEDOCUMENT

IdentityDocument

The structure that lists each document processed in an AnalyzeID operation.

Accessible with the following methods

Method Description
GET_IDENTITYDOCUMENT() Getter for IDENTITYDOCUMENT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_EXTRACTIONLIST

TYPES TT_EXTRACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXEXTRACTION WITH DEFAULT KEY
.