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 Unique model identifier.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.
-