/AWS1/CL_CNLPOINTOFINTEREST¶
The section of the contact audio where a match was detected.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_beginoffsetmillis TYPE /AWS1/CNLOFFSETMILLIS /AWS1/CNLOFFSETMILLIS¶
The beginning offset (in milliseconds) where the match was detected.
iv_endoffsetmillis TYPE /AWS1/CNLOFFSETMILLIS /AWS1/CNLOFFSETMILLIS¶
The ending offset (in milliseconds) where the match was detected.
Queryable Attributes¶
BeginOffsetMillis¶
The beginning offset (in milliseconds) where the match was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEGINOFFSETMILLIS() |
Getter for BEGINOFFSETMILLIS, with configurable default |
ASK_BEGINOFFSETMILLIS() |
Getter for BEGINOFFSETMILLIS w/ exceptions if field has no v |
HAS_BEGINOFFSETMILLIS() |
Determine if BEGINOFFSETMILLIS has a value |
EndOffsetMillis¶
The ending offset (in milliseconds) where the match was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDOFFSETMILLIS() |
Getter for ENDOFFSETMILLIS, with configurable default |
ASK_ENDOFFSETMILLIS() |
Getter for ENDOFFSETMILLIS w/ exceptions if field has no val |
HAS_ENDOFFSETMILLIS() |
Determine if ENDOFFSETMILLIS 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_POINTSOFINTEREST¶
TYPES TT_POINTSOFINTEREST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNLPOINTOFINTEREST WITH DEFAULT KEY
.