/AWS1/CL_TNSCATEGORYEVENT¶
Provides information on any TranscriptFilterType categories that matched your
transcription output. Matches are identified for each segment upon completion of that segment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_matchedcategories TYPE /AWS1/CL_TNSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
Lists the categories that were matched in your audio segment.
it_matcheddetails TYPE /AWS1/CL_TNSPOINTSOFINTEREST=>TT_MATCHEDCATEGORYDETAILS TT_MATCHEDCATEGORYDETAILS¶
Contains information about the matched categories, including category names and timestamps.
Queryable Attributes¶
MatchedCategories¶
Lists the categories that were matched in your audio segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHEDCATEGORIES() |
Getter for MATCHEDCATEGORIES, with configurable default |
ASK_MATCHEDCATEGORIES() |
Getter for MATCHEDCATEGORIES w/ exceptions if field has no v |
HAS_MATCHEDCATEGORIES() |
Determine if MATCHEDCATEGORIES has a value |
MatchedDetails¶
Contains information about the matched categories, including category names and timestamps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHEDDETAILS() |
Getter for MATCHEDDETAILS, with configurable default |
ASK_MATCHEDDETAILS() |
Getter for MATCHEDDETAILS w/ exceptions if field has no valu |
HAS_MATCHEDDETAILS() |
Determine if MATCHEDDETAILS has a value |