Uses of Class
com.azure.ai.contentsafety.models.TextBlocklistItem
Packages that use TextBlocklistItem
Package
Description
Package containing the classes for ContentSafety.
Package containing the data models for ContentSafety.
-
Uses of TextBlocklistItem in com.azure.ai.contentsafety
Methods in com.azure.ai.contentsafety that return TextBlocklistItemModifier and TypeMethodDescriptionBlocklistClient.getTextBlocklistItem(String name, String blocklistItemId) Get BlocklistItem By blocklistName And blocklistItemId Get blocklistItem by blocklistName and blocklistItemId from a text blocklist.Methods in com.azure.ai.contentsafety that return types with arguments of type TextBlocklistItemModifier and TypeMethodDescriptionBlocklistAsyncClient.getTextBlocklistItem(String name, String blocklistItemId) Get BlocklistItem By blocklistName And blocklistItemId Get blocklistItem by blocklistName and blocklistItemId from a text blocklist.com.azure.core.http.rest.PagedFlux<TextBlocklistItem> BlocklistAsyncClient.listTextBlocklistItems(String name) Get All BlocklistItems By blocklistName Get all blocklistItems in a text blocklist.com.azure.core.http.rest.PagedFlux<TextBlocklistItem> BlocklistAsyncClient.listTextBlocklistItems(String name, Integer top, Integer skip) Get All BlocklistItems By blocklistName Get all blocklistItems in a text blocklist.com.azure.core.http.rest.PagedIterable<TextBlocklistItem> BlocklistClient.listTextBlocklistItems(String name) Get All BlocklistItems By blocklistName Get all blocklistItems in a text blocklist.com.azure.core.http.rest.PagedIterable<TextBlocklistItem> BlocklistClient.listTextBlocklistItems(String name, Integer top, Integer skip) Get All BlocklistItems By blocklistName Get all blocklistItems in a text blocklist. -
Uses of TextBlocklistItem in com.azure.ai.contentsafety.models
Methods in com.azure.ai.contentsafety.models that return TextBlocklistItemModifier and TypeMethodDescriptionTextBlocklistItem.setDescription(String description) Set the description property: BlocklistItem description.Methods in com.azure.ai.contentsafety.models that return types with arguments of type TextBlocklistItemModifier and TypeMethodDescriptionAddOrUpdateTextBlocklistItemsOptions.getBlocklistItems()Get the blocklistItems property: Array of blocklistItems to add.AddOrUpdateTextBlocklistItemsResult.getBlocklistItems()Get the blocklistItems property: Array of blocklistItems have been added.Constructor parameters in com.azure.ai.contentsafety.models with type arguments of type TextBlocklistItemModifierConstructorDescriptionAddOrUpdateTextBlocklistItemsOptions(List<TextBlocklistItem> blocklistItems) Creates an instance of AddOrUpdateTextBlocklistItemsOptions class.