/AWS1/CL_CHVSPEAKERSEARCHRSLT¶
The result of a speaker search analysis.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_confidencescore TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The confidence score in the speaker search analysis.
iv_voiceprofileid TYPE /AWS1/CHVNONEMPTYSTRING256 /AWS1/CHVNONEMPTYSTRING256¶
The voice profile ID.
Queryable Attributes¶
ConfidenceScore¶
The confidence score in the speaker search analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCESCORE() |
Getter for CONFIDENCESCORE |
ASK_CONFIDENCESCORE() |
Getter for CONFIDENCESCORE w/ exceptions if field has no val |
STR_CONFIDENCESCORE() |
String format for CONFIDENCESCORE |
VoiceProfileId¶
The voice profile ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICEPROFILEID() |
Getter for VOICEPROFILEID, with configurable default |
ASK_VOICEPROFILEID() |
Getter for VOICEPROFILEID w/ exceptions if field has no valu |
HAS_VOICEPROFILEID() |
Determine if VOICEPROFILEID 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_SPEAKERSEARCHRESULTLIST¶
TYPES TT_SPEAKERSEARCHRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHVSPEAKERSEARCHRSLT WITH DEFAULT KEY
.