Class TextBlocklist
java.lang.Object
com.azure.ai.contentsafety.models.TextBlocklist
Text Blocklist.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Text blocklist description.getName()Get the name property: Text blocklist name.setDescription(String description) Set the description property: Text blocklist description.
-
Constructor Details
-
TextBlocklist
public TextBlocklist()Creates an instance of TextBlocklist class.
-
-
Method Details
-
getName
Get the name property: Text blocklist name.- Returns:
- the name value.
-
getDescription
Get the description property: Text blocklist description.- Returns:
- the description value.
-
setDescription
Set the description property: Text blocklist description.- Parameters:
description- the description value to set.- Returns:
- the TextBlocklist object itself.
-