AddBlockItemsOptions(IEnumerable<TextBlockItemInfo>) Constructor
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 AddBlockItemsOptions.
public AddBlockItemsOptions(System.Collections.Generic.IEnumerable<Azure.AI.ContentSafety.TextBlockItemInfo> blockItems);
new Azure.AI.ContentSafety.AddBlockItemsOptions : seq<Azure.AI.ContentSafety.TextBlockItemInfo> -> Azure.AI.ContentSafety.AddBlockItemsOptions
Public Sub New (blockItems As IEnumerable(Of TextBlockItemInfo))
Parameters
- blockItems
- IEnumerable<TextBlockItemInfo>
Array of blockItemInfo to add.
Exceptions
blockItems is null.