DocumentModelDetails Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails

public final class DocumentModelDetails

Information about the document model.

Constructor Summary

Constructor Description
DocumentModelDetails()

Creates a DocumentModelDetails object.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedOn()

Get the Date and time (UTC) when the analyze operation was submitted.

String getDescription()

Get the model description.

Map<String,DocumentTypeDetails> getDocumentTypes()

Get the supported document types.

OffsetDateTime 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:

the createdDateTime value.

getDescription

public String getDescription()

Get the model description.

Returns:

the description value.

getDocumentTypes

public Map getDocumentTypes()

Get the supported document types.

Returns:

the docTypes value.

getExpiresOn

public OffsetDateTime getExpiresOn()

Get the Date and time (UTC) when the analyze operation was submitted.

Returns:

the expiresOn value.

getModelId

public String getModelId()

Get the Unique model identifier.

Returns:

the modelId value.

getServiceVersion

public String getServiceVersion()

Get the Service version used to create this document classifier.

Returns:

the serviceVersion value.

getTags

public Map getTags()

Get the user defined attributes associated with the model.

Returns:

the tags value.

Applies to