Class TextBlocklistMatch

java.lang.Object
com.azure.ai.contentsafety.models.TextBlocklistMatch

public final class TextBlocklistMatch extends Object
The result of blocklist match.
  • Method Details

    • getBlocklistName

      public String getBlocklistName()
      Get the blocklistName property: The name of the matched blocklist.
      Returns:
      the blocklistName value.
    • getBlocklistItemId

      public String getBlocklistItemId()
      Get the blocklistItemId property: The ID of the matched item.
      Returns:
      the blocklistItemId value.
    • getBlocklistItemText

      public String getBlocklistItemText()
      Get the blocklistItemText property: The content of the matched item.
      Returns:
      the blocklistItemText value.