ContentFieldSchema(IDictionary<String,ContentFieldDefinition>) 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 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.