Share via


AddBlockItemsOptions(IEnumerable<TextBlockItemInfo>) Constructor

Definition

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.

Applies to