DynamicClassificationActionContent(IEnumerable<String>) 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 DynamicClassificationActionContent.
public DynamicClassificationActionContent (System.Collections.Generic.IEnumerable<string> categories);
new Azure.AI.Language.Text.DynamicClassificationActionContent : seq<string> -> Azure.AI.Language.Text.DynamicClassificationActionContent
Public Sub New (categories As IEnumerable(Of String))
Parameters
- categories
- IEnumerable<String>
a list of categories to which input is classified to.
Exceptions
categories
is null.