DetectedTerms interface
Detected Terms details.
Properties
| index | Index(Location) of the detected profanity term in the input text content. |
| list |
Matched Terms list Id. |
| original |
Original Index(Location) of the detected profanity term in the input text content. |
| term | Detected profanity term. |
Property Details
index
Index(Location) of the detected profanity term in the input text content.
index?: undefined | number
Property Value
undefined | number
listId
Matched Terms list Id.
listId?: undefined | number
Property Value
undefined | number
originalIndex
Original Index(Location) of the detected profanity term in the input text content.
originalIndex?: undefined | number
Property Value
undefined | number
term
Detected profanity term.
term?: undefined | string
Property Value
undefined | string