你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextBlocklistMatchResultOutput interface

阻止列表匹配的结果。

属性

blockItemId

匹配项的 ID。

blockItemText

匹配项的内容。

blocklistName

匹配的阻止列表的名称。

length

原始输入中匹配文本的长度。

offset

原始输入中匹配文本的字符偏移量。

属性详细信息

blockItemId

匹配项的 ID。

blockItemId: string

属性值

string

blockItemText

匹配项的内容。

blockItemText: string

属性值

string

blocklistName

匹配的阻止列表的名称。

blocklistName: string

属性值

string

length

原始输入中匹配文本的长度。

length: number

属性值

number

offset

原始输入中匹配文本的字符偏移量。

offset: number

属性值

number