Class TextBlocklist

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

public final class TextBlocklist extends Object
Text Blocklist.
  • Constructor Details

    • TextBlocklist

      public TextBlocklist()
      Creates an instance of TextBlocklist class.
  • Method Details

    • getName

      public String getName()
      Get the name property: Text blocklist name.
      Returns:
      the name value.
    • getDescription

      public String getDescription()
      Get the description property: Text blocklist description.
      Returns:
      the description value.
    • setDescription

      public TextBlocklist setDescription(String description)
      Set the description property: Text blocklist description.
      Parameters:
      description - the description value to set.
      Returns:
      the TextBlocklist object itself.