DetectedTerms interface
检测到的术语详细信息。
属性
| index | 输入文本内容中检测到的不雅词的索引(位置)。 |
| list |
匹配的术语列表 ID。 |
| original |
输入文本内容中检测到的不雅词的原始索引(位置)。 |
| term | 检测到不雅词。 |
属性详细信息
index
输入文本内容中检测到的不雅词的索引(位置)。
index?: number
属性值
number
listId
匹配的术语列表 ID。
listId?: number
属性值
number
originalIndex
输入文本内容中检测到的不雅词的原始索引(位置)。
originalIndex?: number
属性值
number
term
检测到不雅词。
term?: string
属性值
string