DocumentClassifierDetails Class

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

public final class DocumentClassifierDetails

Document classifier information model.

Constructor Summary

Constructor Description
DocumentClassifierDetails()

Creates an instance of DocumentClassifierDetails class.

Method Summary

Modifier and Type Method and Description
String getClassifierId()

Get the classifierId property: Unique document classifier name.

OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the document classifier was created.

String getDescription()

Get the description property: Document classifier description.

Map<String,ClassifierDocumentTypeDetails> getDocumentTypes()

Get list of document types to classify against along with their details.

OffsetDateTime getExpiresOn()

Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.

String getServiceVersion()

Get the Service version used to create this document classifier.

Methods inherited from java.lang.Object

Constructor Details

DocumentClassifierDetails

public DocumentClassifierDetails()

Creates an instance of DocumentClassifierDetails class.

Method Details

getClassifierId

public String getClassifierId()

Get the classifierId property: Unique document classifier name.

Returns:

the classifierId value.

getCreatedOn

public OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the document classifier was created.

Returns:

the createdDateTime value.

getDescription

public String getDescription()

Get the description property: Document classifier description.

Returns:

the description value.

getDocumentTypes

public Map getDocumentTypes()

Get list of document types to classify against along with their details.

Returns:

the docTypes value.

getExpiresOn

public OffsetDateTime getExpiresOn()

Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.

Returns:

the expirationDateTime value.

getServiceVersion

public String getServiceVersion()

Get the Service version used to create this document classifier.

Returns:

the serviceVersion value.

Applies to