Skip to content

/AWS1/CL_TEXLENDINGFIELD

Holds the normalized key-value pairs returned by AnalyzeDocument, including the document type, detected text, and geometry.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_type TYPE /AWS1/TEXSTRING /AWS1/TEXSTRING

The type of the lending document.

io_keydetection TYPE REF TO /AWS1/CL_TEXLENDINGDETECTION /AWS1/CL_TEXLENDINGDETECTION

KeyDetection

it_valuedetections TYPE /AWS1/CL_TEXLENDINGDETECTION=>TT_LENDINGDETECTIONLIST TT_LENDINGDETECTIONLIST

An array of LendingDetection objects.


Queryable Attributes

Type

The type of the lending document.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

KeyDetection

KeyDetection

Accessible with the following methods

Method Description
GET_KEYDETECTION() Getter for KEYDETECTION

ValueDetections

An array of LendingDetection objects.

Accessible with the following methods

Method Description
GET_VALUEDETECTIONS() Getter for VALUEDETECTIONS, with configurable default
ASK_VALUEDETECTIONS() Getter for VALUEDETECTIONS w/ exceptions if field has no val
HAS_VALUEDETECTIONS() Determine if VALUEDETECTIONS has a value

Public Local Types In This Class

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

TT_LENDINGFIELDLIST

TYPES TT_LENDINGFIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXLENDINGFIELD WITH DEFAULT KEY
.