Class TextBlocklistMatch
java.lang.Object
com.azure.ai.contentsafety.models.TextBlocklistMatch
The result of blocklist match.
-
Method Summary
Modifier and TypeMethodDescriptionGet the blocklistItemId property: The ID of the matched item.Get the blocklistItemText property: The content of the matched item.Get the blocklistName property: The name of the matched blocklist.
-
Method Details
-
getBlocklistName
Get the blocklistName property: The name of the matched blocklist.- Returns:
- the blocklistName value.
-
getBlocklistItemId
Get the blocklistItemId property: The ID of the matched item.- Returns:
- the blocklistItemId value.
-
getBlocklistItemText
Get the blocklistItemText property: The content of the matched item.- Returns:
- the blocklistItemText value.
-