/AWS1/CL_TEXPREDICTION¶
Contains information regarding predicted values returned by Amazon Textract operations, including the predicted value and the confidence in the predicted value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/TEXNONEMPTYSTRING /AWS1/TEXNONEMPTYSTRING¶
The predicted value of a detected object.
iv_confidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Amazon Textract's confidence in its predicted value.
Queryable Attributes¶
Value¶
The predicted value of a detected object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Confidence¶
Amazon Textract's confidence in its predicted value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
STR_CONFIDENCE() |
String format for CONFIDENCE, with configurable default |
HAS_CONFIDENCE() |
Determine if CONFIDENCE 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_PREDICTIONLIST¶
TYPES TT_PREDICTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXPREDICTION WITH DEFAULT KEY
.