/AWS1/CL_BDRGDRLCHXSENINFRSENT¶
The detection result for a single sensitive information entity found in the evaluated messages.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDRGDRLCHXSENINFENTTYPE /AWS1/BDRGDRLCHXSENINFENTTYPE¶
The PII entity type that was detected.
iv_confidencescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The confidence score for the detection, ranging from 0.0 to 1.0. Higher values indicate greater confidence.
iv_beginoffset TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The start character offset of the detected entity within the content block.
iv_endoffset TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The end character offset of the detected entity within the content block.
iv_messageindex TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The zero-based index of the message in the input messages array where the entity was detected.
iv_contentindex TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The zero-based index of the content block within the message where the entity was detected.
Queryable Attributes¶
type¶
The PII entity type that was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
confidenceScore¶
The confidence score for the detection, ranging from 0.0 to 1.0. Higher values indicate greater confidence.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCESCORE() |
Getter for CONFIDENCESCORE, with configurable default |
ASK_CONFIDENCESCORE() |
Getter for CONFIDENCESCORE w/ exceptions if field has no val |
STR_CONFIDENCESCORE() |
String format for CONFIDENCESCORE, with configurable default |
HAS_CONFIDENCESCORE() |
Determine if CONFIDENCESCORE has a value |
beginOffset¶
The start character offset of the detected entity within the content block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEGINOFFSET() |
Getter for BEGINOFFSET, with configurable default |
ASK_BEGINOFFSET() |
Getter for BEGINOFFSET w/ exceptions if field has no value |
HAS_BEGINOFFSET() |
Determine if BEGINOFFSET has a value |
endOffset¶
The end character offset of the detected entity within the content block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDOFFSET() |
Getter for ENDOFFSET, with configurable default |
ASK_ENDOFFSET() |
Getter for ENDOFFSET w/ exceptions if field has no value |
HAS_ENDOFFSET() |
Determine if ENDOFFSET has a value |
messageIndex¶
The zero-based index of the message in the input messages array where the entity was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEINDEX() |
Getter for MESSAGEINDEX, with configurable default |
ASK_MESSAGEINDEX() |
Getter for MESSAGEINDEX w/ exceptions if field has no value |
HAS_MESSAGEINDEX() |
Determine if MESSAGEINDEX has a value |
contentIndex¶
The zero-based index of the content block within the message where the entity was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTINDEX() |
Getter for CONTENTINDEX, with configurable default |
ASK_CONTENTINDEX() |
Getter for CONTENTINDEX w/ exceptions if field has no value |
HAS_CONTENTINDEX() |
Determine if CONTENTINDEX 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_GDRAILCHKSSENSINFORSLTLIST¶
TYPES TT_GDRAILCHKSSENSINFORSLTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDRGDRLCHXSENINFRSENT WITH DEFAULT KEY
.