/AWS1/CL_TEXSIGNATUREDETECTION¶
Information regarding a detected signature on a page.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_confidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The confidence, from 0 to 100, in the predicted values for a detected signature.
io_geometry TYPE REF TO /AWS1/CL_TEXGEOMETRY /AWS1/CL_TEXGEOMETRY¶
Geometry
Queryable Attributes¶
Confidence¶
The confidence, from 0 to 100, in the predicted values for a detected signature.
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 |
Geometry¶
Geometry
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOMETRY() |
Getter for GEOMETRY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SIGNATUREDETECTIONLIST¶
TYPES TT_SIGNATUREDETECTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXSIGNATUREDETECTION WITH DEFAULT KEY
.