İngilizce dilinde oku

Aracılığıyla paylaş


ContentSource Class

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

public abstract class ContentSource

Class representing the source of the data/content.

Method Summary

Modifier and Type Method and Description
ContentSourceKind getKind()

Get the source kind of the training data.

Methods inherited from java.lang.Object

Method Details

getKind

public ContentSourceKind getKind()

Get the source kind of the training data.

Returns:

the sourceKind value.

Applies to

Azure SDK for Java

Latest