DocumentClassifierDetails Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentClassifierDetails
- com.
public final class DocumentClassifierDetails
Document classifier information model.
Constructor Summary
Constructor | Description |
---|---|
DocumentClassifierDetails() |
Creates an instance of Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getClassifierId()
Get the classifier |
Offset |
getCreatedOn()
Get the created |
String |
getDescription()
Get the description property: Document classifier description. |
Map<String,Classifier |
getDocumentTypes()
Get list of document types to classify against along with their details. |
Offset |
getExpiresOn()
Get the expiration |
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:
getCreatedOn
public OffsetDateTime getCreatedOn()
Get the createdDateTime property: Date and time (UTC) when the document classifier was created.
Returns:
getDescription
public String getDescription()
Get the description property: Document classifier description.
Returns:
getDocumentTypes
public Map
Get list of document types to classify against along with their details.
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.
Returns:
getServiceVersion
public String getServiceVersion()
Get the Service version used to create this document classifier.
Returns:
Applies to
Azure SDK for Java