你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateComposedModelOptions Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.models.CreateComposedModelOptions

public final class CreateComposedModelOptions

The configurable options to pass when creating a composed model.

Constructor Summary

Constructor Description
CreateComposedModelOptions()

Create a CreateComposedModelOptions instance.

Method Summary

Modifier and Type Method and Description
String getModelName()

Get the optional model name defined by the user.

CreateComposedModelOptions setModelName(String modelName)

Set the optional model name defined by the user.

Methods inherited from java.lang.Object

Constructor Details

CreateComposedModelOptions

public CreateComposedModelOptions()

Create a CreateComposedModelOptions instance.

Method Details

getModelName

public String getModelName()

Get the optional model name defined by the user.

Returns:

the modelName.

setModelName

public CreateComposedModelOptions setModelName(String modelName)

Set the optional model name defined by the user.

Parameters:

modelName - the user defined model name to set.

Returns:

the updated CreateComposedModelOptions value.

Applies to