BuildDocumentClassifierOptions Class

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

public final class BuildDocumentClassifierOptions

The configurable options to pass when building document classifier models.

Constructor Summary

Constructor Description
BuildDocumentClassifierOptions()

Create a BuildDocumentClassifierOptions instance.

Method Summary

Modifier and Type Method and Description
String getClassifierId()

Get the unique document classifier name.

String getDescription()

Get the model description.

BuildDocumentClassifierOptions setClassifierId(String classifierId)

Set the unique document classifier name.

BuildDocumentClassifierOptions setDescription(String description)

Set the model description.

Methods inherited from java.lang.Object

Constructor Details

BuildDocumentClassifierOptions

public BuildDocumentClassifierOptions()

Create a BuildDocumentClassifierOptions instance.

Method Details

getClassifierId

public String getClassifierId()

Get the unique document classifier name.

Returns:

the classifierId value.

getDescription

public String getDescription()

Get the model description.

Returns:

the model description value.

setClassifierId

public BuildDocumentClassifierOptions setClassifierId(String classifierId)

Set the unique document classifier name.

Parameters:

classifierId - the classifierId value to set.

Returns:

the BuildDocumentClassifierOptions object itself.

setDescription

public BuildDocumentClassifierOptions setDescription(String description)

Set the model description.

Parameters:

description - the model description value to set.

Returns:

the BuildDocumentClassifierOptions object itself.

Applies to