TextBlocklistMatchResultOutput interface
阻止列表匹配的结果。
属性
| block |
匹配项的 ID。 |
| block |
匹配项的内容。 |
| blocklist |
匹配的阻止列表的名称。 |
| length | 原始输入中匹配文本的长度。 |
| offset | 原始输入中匹配文本的字符偏移量。 |
属性详细信息
blockItemId
匹配项的 ID。
blockItemId: string
属性值
string
blockItemText
匹配项的内容。
blockItemText: string
属性值
string
blocklistName
匹配的阻止列表的名称。
blocklistName: string
属性值
string
length
原始输入中匹配文本的长度。
length: number
属性值
number
offset
原始输入中匹配文本的字符偏移量。
offset: number
属性值
number