Uses of Class
com.azure.ai.contentsafety.models.TextBlocklist
Packages that use TextBlocklist
Package
Description
Package containing the classes for ContentSafety.
Package containing the data models for ContentSafety.
-
Uses of TextBlocklist in com.azure.ai.contentsafety
Methods in com.azure.ai.contentsafety that return TextBlocklistModifier and TypeMethodDescriptionBlocklistClient.getTextBlocklist(String name) Get Text Blocklist By blocklistName Returns text blocklist details.Methods in com.azure.ai.contentsafety that return types with arguments of type TextBlocklistModifier and TypeMethodDescriptionBlocklistAsyncClient.getTextBlocklist(String name) Get Text Blocklist By blocklistName Returns text blocklist details.com.azure.core.http.rest.PagedFlux<TextBlocklist> BlocklistAsyncClient.listTextBlocklists()Get All Text Blocklists Get all text blocklists details.com.azure.core.http.rest.PagedIterable<TextBlocklist> BlocklistClient.listTextBlocklists()Get All Text Blocklists Get all text blocklists details. -
Uses of TextBlocklist in com.azure.ai.contentsafety.models
Methods in com.azure.ai.contentsafety.models that return TextBlocklistModifier and TypeMethodDescriptionTextBlocklist.setDescription(String description) Set the description property: Text blocklist description.