Share via


DocumentTypeDetails.FieldSchema Property

Definition

Description of the document semantic schema using a JSON Schema style syntax.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.DocumentIntelligence.DocumentFieldSchema> FieldSchema { get; }
member this.FieldSchema : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.DocumentIntelligence.DocumentFieldSchema>
Public ReadOnly Property FieldSchema As IReadOnlyDictionary(Of String, DocumentFieldSchema)

Property Value

Applies to