/AWS1/CL_TEXIDENTITYDOCUMENT¶
The structure that lists each document processed in an AnalyzeID operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_documentindex TYPE /AWS1/TEXUINTEGER /AWS1/TEXUINTEGER¶
Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.
it_identitydocumentfields TYPE /AWS1/CL_TEXIDENTITYDOCFIELD=>TT_IDENTITYDOCUMENTFIELDLIST TT_IDENTITYDOCUMENTFIELDLIST¶
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
it_blocks TYPE /AWS1/CL_TEXBLOCK=>TT_BLOCKLIST TT_BLOCKLIST¶
Individual word recognition, as returned by document detection.
Queryable Attributes¶
DocumentIndex¶
Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTINDEX() |
Getter for DOCUMENTINDEX, with configurable default |
ASK_DOCUMENTINDEX() |
Getter for DOCUMENTINDEX w/ exceptions if field has no value |
HAS_DOCUMENTINDEX() |
Determine if DOCUMENTINDEX has a value |
IdentityDocumentFields¶
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITYDOCUMENTFIELDS() |
Getter for IDENTITYDOCUMENTFIELDS, with configurable default |
ASK_IDENTITYDOCUMENTFIELDS() |
Getter for IDENTITYDOCUMENTFIELDS w/ exceptions if field has |
HAS_IDENTITYDOCUMENTFIELDS() |
Determine if IDENTITYDOCUMENTFIELDS has a value |
Blocks¶
Individual word recognition, as returned by document detection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCKS() |
Getter for BLOCKS, with configurable default |
ASK_BLOCKS() |
Getter for BLOCKS w/ exceptions if field has no value |
HAS_BLOCKS() |
Determine if BLOCKS 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_IDENTITYDOCUMENTLIST¶
TYPES TT_IDENTITYDOCUMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXIDENTITYDOCUMENT WITH DEFAULT KEY
.