Automated Tariff Code Classification

Version hscodeclassification
public

DataQualityInfo

Data quality evaluation results. Only returned when the evaluate_dq=true query parameter is specified.

Parameters
dqScoreRequired
number

Data quality score (0.0-1.0).

dqLabelRequired
string

Quality label derived from dqScore:

  • "Good": dqScore ≥ 0.8
  • "Fair": 0.6 ≤ dqScore < 0.8
  • "Poor": dqScore < 0.6
Enum: Good, Fair, Poor
foundAttributesRequired
array

List of attributes successfully extracted from the product description.

inferredAttributesRequired
array

List of attributes deduced from keywords/context rather than explicitly present in the product description (e.g. "DVD" implies material "optical"). Distinct from foundAttributes.

missingAttributesRequired
array

List of required attributes that were not found in the product description.