Class DocumentClassifierDetails
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentClassifierDetails
Document classifier info.
-
Method Summary
Modifier and TypeMethodDescriptionGet the apiVersion property: API version used to create this document classifier.Get the baseClassifierId property: Base classifierId on top of which the classifier was trained.Get the classifierId property: Unique document classifier name.Get the createdDateTime property: Date and time (UTC) when the document classifier was created.Get the description property: Document classifier description.Get the docTypes property: List of document types to classify against.Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.Get the warnings property: List of warnings encountered while building the classifier.
-
Method Details
-
getClassifierId
Get the classifierId property: Unique document classifier name.- Returns:
- the classifierId value.
-
getDescription
Get the description property: Document classifier description.- Returns:
- the description value.
-
getCreatedDateTime
Get the createdDateTime property: Date and time (UTC) when the document classifier was created.- Returns:
- the createdDateTime value.
-
getExpirationDateTime
Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.- Returns:
- the expirationDateTime value.
-
getApiVersion
Get the apiVersion property: API version used to create this document classifier.- Returns:
- the apiVersion value.
-
getBaseClassifierId
Get the baseClassifierId property: Base classifierId on top of which the classifier was trained.- Returns:
- the baseClassifierId value.
-
getDocTypes
Get the docTypes property: List of document types to classify against.- Returns:
- the docTypes value.
-
getWarnings
Get the warnings property: List of warnings encountered while building the classifier.- Returns:
- the warnings value.
-