ClassifierDocumentTypeDetails Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.ClassifierDocumentTypeDetails

public final class ClassifierDocumentTypeDetails

Model representing details for classifier document types info.

Constructor Summary

Constructor Description
ClassifierDocumentTypeDetails(ContentSource source)

Creates an instance of ClassifierDocumentTypeDetails class.

Method Summary

Modifier and Type Method and Description
ContentSource getContentSource()

Get the source of the data.

Methods inherited from java.lang.Object

Constructor Details

ClassifierDocumentTypeDetails

public ClassifierDocumentTypeDetails(ContentSource source)

Creates an instance of ClassifierDocumentTypeDetails class.

Parameters:

source - the source of the training data.

Method Details

getContentSource

public ContentSource getContentSource()

Get the source of the data. It can be a BlobContentSource or a BlobFileListContentSource.

Returns:

the ContentSource value.

Applies to