Class AddOrUpdateTextBlocklistItemsOptions
java.lang.Object
com.azure.ai.contentsafety.models.AddOrUpdateTextBlocklistItemsOptions
The request to add blocklistItems to a text blocklist.
-
Constructor Summary
ConstructorsConstructorDescriptionAddOrUpdateTextBlocklistItemsOptions(List<TextBlocklistItem> blocklistItems) Creates an instance of AddOrUpdateTextBlocklistItemsOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the blocklistItems property: Array of blocklistItems to add.
-
Constructor Details
-
AddOrUpdateTextBlocklistItemsOptions
Creates an instance of AddOrUpdateTextBlocklistItemsOptions class.- Parameters:
blocklistItems- the blocklistItems value to set.
-
-
Method Details
-
getBlocklistItems
Get the blocklistItems property: Array of blocklistItems to add.- Returns:
- the blocklistItems value.
-