TextBlocklistMatchResultOutput interface

The result of blocklist match.

Properties

blockItemId

The id of matched item.

blockItemText

The content of matched item.

blocklistName

The name of matched blocklist.

length

The length of matched text in original input.

offset

The character offset of matched text in original input.

Property Details

blockItemId

The id of matched item.

blockItemId: string

Property Value

string

blockItemText

The content of matched item.

blockItemText: string

Property Value

string

blocklistName

The name of matched blocklist.

blocklistName: string

Property Value

string

length

The length of matched text in original input.

length: number

Property Value

number

offset

The character offset of matched text in original input.

offset: number

Property Value

number