TextBlocklistMatchResultOutput interface
The result of blocklist match.
Properties
block |
The id of matched item. |
block |
The content of matched item. |
blocklist |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript