Class DocumentModelDetails
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails
Information about the document model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the Date and time (UTC) when the analyze operation was submitted.Get the model description.Get the supported document types.Get the Date and time (UTC) when the analyze operation was submitted.Get the Unique model identifier.Get the Service version used to create this document classifier.getTags()
Get the user defined attributes associated with the model.
-
Constructor Details
-
DocumentModelDetails
public DocumentModelDetails()
-
-
Method Details
-
getModelId
Get the Unique model identifier.- Returns:
- the modelId value.
-
getDescription
Get the model description.- Returns:
- the description value.
-
getCreatedOn
Get the Date and time (UTC) when the analyze operation was submitted.- Returns:
- the createdDateTime value.
-
getDocumentTypes
Get the supported document types.- Returns:
- the docTypes value.
-
getTags
Get the user defined attributes associated with the model.- Returns:
- the tags value.
-
getExpiresOn
Get the Date and time (UTC) when the analyze operation was submitted.- Returns:
- the expiresOn value.
-
getServiceVersion
Get the Service version used to create this document classifier.- Returns:
- the serviceVersion value.
-