/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
Blockobjects 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
Blockobjects 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 |