你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: