Skip to content

/AWS1/CL_TEXDETECTDOCTEXTRSP

DetectDocumentTextResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

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

Metadata about the document. It contains the number of pages that are detected in the document.

IT_BLOCKS TYPE /AWS1/CL_TEXBLOCK=>TT_BLOCKLIST TT_BLOCKLIST

An array of Block objects that contain the text that's detected in the document.

IV_DETECTDOCTEXTMODELVERSION TYPE /AWS1/TEXSTRING /AWS1/TEXSTRING


Queryable Attributes

DocumentMetadata

Metadata about the document. It contains the number of pages that are detected in the document.

Accessible with the following methods

Method Description
GET_DOCUMENTMETADATA() Getter for DOCUMENTMETADATA

Blocks

An array of Block objects that contain the text that's detected in the document.

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

DetectDocumentTextModelVersion

Accessible with the following methods

Method Description
GET_DETECTDOCTEXTMODELVRS() Getter for DETECTDOCTEXTMODELVERSION, with configurable defa
ASK_DETECTDOCTEXTMODELVRS() Getter for DETECTDOCTEXTMODELVERSION w/ exceptions if field
HAS_DETECTDOCTEXTMODELVRS() Determine if DETECTDOCTEXTMODELVERSION has a value