Class BuildDocumentClassifierOptions
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.BuildDocumentClassifierOptions
The configurable options to pass when building document classifier models.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a BuildDocumentClassifierOptions instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the unique document classifier name.Get the model description.setClassifierId(String classifierId) Set the unique document classifier name.setDescription(String description) Set the model description.
-
Constructor Details
-
BuildDocumentClassifierOptions
public BuildDocumentClassifierOptions()Create a BuildDocumentClassifierOptions instance.
-
-
Method Details
-
getDescription
Get the model description.- Returns:
- the model description value.
-
setDescription
Set the model description.- Parameters:
description- the model description value to set.- Returns:
- the BuildDocumentClassifierOptions object itself.
-
getClassifierId
Get the unique document classifier name.- Returns:
- the classifierId value.
-
setClassifierId
Set the unique document classifier name.- Parameters:
classifierId- the classifierId value to set.- Returns:
- the BuildDocumentClassifierOptions object itself.
-