/AWS1/CL_REKDETECTTEXTRESPONSE¶
DetectTextResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_textdetections TYPE /AWS1/CL_REKTEXTDETECTION=>TT_TEXTDETECTIONLIST TT_TEXTDETECTIONLIST¶
An array of text that was detected in the input image.
iv_textmodelversion TYPE /AWS1/REKSTRING /AWS1/REKSTRING¶
The model version used to detect text.
Queryable Attributes¶
TextDetections¶
An array of text that was detected in the input image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTDETECTIONS() |
Getter for TEXTDETECTIONS, with configurable default |
ASK_TEXTDETECTIONS() |
Getter for TEXTDETECTIONS w/ exceptions if field has no valu |
HAS_TEXTDETECTIONS() |
Determine if TEXTDETECTIONS has a value |
TextModelVersion¶
The model version used to detect text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTMODELVERSION() |
Getter for TEXTMODELVERSION, with configurable default |
ASK_TEXTMODELVERSION() |
Getter for TEXTMODELVERSION w/ exceptions if field has no va |
HAS_TEXTMODELVERSION() |
Determine if TEXTMODELVERSION has a value |