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

CustomFormModelField Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.training.models.CustomFormModelField

public final class CustomFormModelField

The CustomFormModelField model.

Constructor Summary

Constructor Description
CustomFormModelField(String label, String name, Float accuracy)

Constructs a CustomFormModelField object.

Method Summary

Modifier and Type Method and Description
Float getAccuracy()

Get the estimated extraction accuracy for this field.

String getLabel()

Get the recognized field label value.

String getName()

Get the recognized field name value.

Methods inherited from java.lang.Object

Constructor Details

CustomFormModelField

public CustomFormModelField(String label, String name, Float accuracy)

Constructs a CustomFormModelField object.

Parameters:

label - Training field label.
name - Training field name.
accuracy - Estimated extraction accuracy for this field.

Method Details

getAccuracy

public Float getAccuracy()

Get the estimated extraction accuracy for this field.

Returns:

the accuracy value.

getLabel

public String getLabel()

Get the recognized field label value.

Returns:

the fieldName value.

getName

public String getName()

Get the recognized field name value.

Returns:

the fieldName value.

Applies to