ContentFieldSchema(IDictionary<String,ContentFieldDefinition>) Constructor

Definition

Initializes a new instance of ContentFieldSchema.

public ContentFieldSchema(System.Collections.Generic.IDictionary<string,Azure.AI.ContentUnderstanding.ContentFieldDefinition> fields);
new Azure.AI.ContentUnderstanding.ContentFieldSchema : System.Collections.Generic.IDictionary<string, Azure.AI.ContentUnderstanding.ContentFieldDefinition> -> Azure.AI.ContentUnderstanding.ContentFieldSchema
Public Sub New (fields As IDictionary(Of String, ContentFieldDefinition))

Parameters

fields
IDictionary<String,ContentFieldDefinition>

The fields defined in the schema.

Exceptions

fields is null.

Applies to