Class ResourceDetails
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ResourceDetails
The ResourceDetails model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the current count of built document analysis modelsint
Get the max number of models that can be built for this account.
-
Constructor Details
-
ResourceDetails
public ResourceDetails()
-
-
Method Details
-
getCustomDocumentModelCount
public int getCustomDocumentModelCount()Get the current count of built document analysis models- Returns:
- the count value.
-
getCustomDocumentModelLimit
public int getCustomDocumentModelLimit()Get the max number of models that can be built for this account.- Returns:
- the limit value.
-