Skip to content

/AWS1/CL_TEXANALYZEIDRESPONSE

AnalyzeIDResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_IDENTITYDOCUMENTS TYPE /AWS1/CL_TEXIDENTITYDOCUMENT=>TT_IDENTITYDOCUMENTLIST TT_IDENTITYDOCUMENTLIST

The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.

IO_DOCUMENTMETADATA TYPE REF TO /AWS1/CL_TEXDOCUMENTMETADATA /AWS1/CL_TEXDOCUMENTMETADATA

DocumentMetadata

IV_ANALYZEIDMODELVERSION TYPE /AWS1/TEXSTRING /AWS1/TEXSTRING

The version of the AnalyzeIdentity API being used to process documents.


Queryable Attributes

IdentityDocuments

The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.

Accessible with the following methods

Method Description
GET_IDENTITYDOCUMENTS() Getter for IDENTITYDOCUMENTS, with configurable default
ASK_IDENTITYDOCUMENTS() Getter for IDENTITYDOCUMENTS w/ exceptions if field has no v
HAS_IDENTITYDOCUMENTS() Determine if IDENTITYDOCUMENTS has a value

DocumentMetadata

DocumentMetadata

Accessible with the following methods

Method Description
GET_DOCUMENTMETADATA() Getter for DOCUMENTMETADATA

AnalyzeIDModelVersion

The version of the AnalyzeIdentity API being used to process documents.

Accessible with the following methods

Method Description
GET_ANALYZEIDMODELVERSION() Getter for ANALYZEIDMODELVERSION, with configurable default
ASK_ANALYZEIDMODELVERSION() Getter for ANALYZEIDMODELVERSION w/ exceptions if field has
HAS_ANALYZEIDMODELVERSION() Determine if ANALYZEIDMODELVERSION has a value