CustomDocumentModelsDetails Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. CustomDocumentModelsDetails
- com.
Implements
public final class CustomDocumentModelsDetails
implements JsonSerializable<CustomDocumentModelsDetails>
Details regarding custom document models.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
int |
getCount()
Get the count property: Number of custom document models in the current resource. |
int |
getLimit()
Get the limit property: Maximum number of custom document models supported in the current resource. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CustomDocumentModelsDetails fromJson(JsonReader jsonReader)
Reads an instance of CustomDocumentModelsDetails from the JsonReader.
Parameters:
Returns:
Throws:
getCount
public int getCount()
Get the count property: Number of custom document models in the current resource.
Returns:
getLimit
public int getLimit()
Get the limit property: Maximum number of custom document models supported in the current resource.
Returns:
toJson
Applies to
Azure SDK for Java