DocumentModelDetails Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentModelDetails
- com.
public final class DocumentModelDetails
Information about the document model.
Constructor Summary
Constructor | Description |
---|---|
DocumentModelDetails() |
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getCreatedOn()
Get the Date and time (UTC) when the analyze operation was submitted. |
String |
getDescription()
Get the model description. |
Map<String,Document |
getDocumentTypes()
Get the supported document types. |
Offset |
getExpiresOn()
Get the Date and time (UTC) when the analyze operation was submitted. |
String |
getModelId()
Get the Unique model identifier. |
String |
getServiceVersion()
Get the Service version used to create this document classifier. |
Map<String,String> |
getTags()
Get the user defined attributes associated with the model. |
Methods inherited from java.lang.Object
Constructor Details
DocumentModelDetails
public DocumentModelDetails()
Creates a DocumentModelDetails object.
Method Details
getCreatedOn
public OffsetDateTime getCreatedOn()
Get the Date and time (UTC) when the analyze operation was submitted.
Returns:
getDescription
public String getDescription()
Get the model description.
Returns:
getDocumentTypes
public Map
Get the supported document types.
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
Get the Date and time (UTC) when the analyze operation was submitted.
Returns:
getModelId
public String getModelId()
Get the Unique model identifier.
Returns:
getServiceVersion
public String getServiceVersion()
Get the Service version used to create this document classifier.
Returns:
getTags
public Map
Get the user defined attributes associated with the model.
Returns:
Applies to
Azure SDK for Java