ContentSafetyModelFactory.AddOrUpdateTextBlocklistItemsResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AddOrUpdateTextBlocklistItemsResult.
public static Azure.AI.ContentSafety.AddOrUpdateTextBlocklistItemsResult AddOrUpdateTextBlocklistItemsResult (System.Collections.Generic.IEnumerable<Azure.AI.ContentSafety.TextBlocklistItem> blocklistItems = default);
static member AddOrUpdateTextBlocklistItemsResult : seq<Azure.AI.ContentSafety.TextBlocklistItem> -> Azure.AI.ContentSafety.AddOrUpdateTextBlocklistItemsResult
Public Shared Function AddOrUpdateTextBlocklistItemsResult (Optional blocklistItems As IEnumerable(Of TextBlocklistItem) = Nothing) As AddOrUpdateTextBlocklistItemsResult
Parameters
- blocklistItems
- IEnumerable<TextBlocklistItem>
Array of blocklistItems have been added.
Returns
A new AddOrUpdateTextBlocklistItemsResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET