/AWS1/CL_REKDETECTLABELSIMAG02¶
The quality of an image provided for label detection, with regard to brightness, sharpness, and contrast.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_brightness
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The brightness of an image provided for label detection.
iv_sharpness
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The sharpness of an image provided for label detection.
iv_contrast
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The contrast of an image provided for label detection.
Queryable Attributes¶
Brightness¶
The brightness of an image provided for label detection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BRIGHTNESS() |
Getter for BRIGHTNESS, with configurable default |
ASK_BRIGHTNESS() |
Getter for BRIGHTNESS w/ exceptions if field has no value |
STR_BRIGHTNESS() |
String format for BRIGHTNESS, with configurable default |
HAS_BRIGHTNESS() |
Determine if BRIGHTNESS has a value |
Sharpness¶
The sharpness of an image provided for label detection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SHARPNESS() |
Getter for SHARPNESS, with configurable default |
ASK_SHARPNESS() |
Getter for SHARPNESS w/ exceptions if field has no value |
STR_SHARPNESS() |
String format for SHARPNESS, with configurable default |
HAS_SHARPNESS() |
Determine if SHARPNESS has a value |
Contrast¶
The contrast of an image provided for label detection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTRAST() |
Getter for CONTRAST, with configurable default |
ASK_CONTRAST() |
Getter for CONTRAST w/ exceptions if field has no value |
STR_CONTRAST() |
String format for CONTRAST, with configurable default |
HAS_CONTRAST() |
Determine if CONTRAST has a value |