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