Share via


DocumentClassifierDetails.DocumentTypes Property

Definition

Overloads

DocumentTypes

The list of document types to classify against.

DocumentTypes

Source:
DocumentClassifierDetails.cs

The list of document types to classify against.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.DocumentAnalysis.ClassifierDocumentTypeDetails> DocumentTypes { get; }
member this.DocumentTypes : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.DocumentAnalysis.ClassifierDocumentTypeDetails>
Public ReadOnly Property DocumentTypes As IReadOnlyDictionary(Of String, ClassifierDocumentTypeDetails)

Property Value

Applies to