Automated Tariff Code Classification
public
DataQualityInfo
Data quality evaluation results.
Only returned when the evaluate_dq=true query parameter is specified.
Parameters
dqScoreRequired
numberData quality score (0.0-1.0).
dqLabelRequired
stringQuality label derived from dqScore:
- "Good": dqScore ≥ 0.8
- "Fair": 0.6 ≤ dqScore < 0.8
- "Poor": dqScore < 0.6
Enum: Good, Fair, Poor
foundAttributesRequired
arrayList of attributes successfully extracted from the product description.
inferredAttributesRequired
arrayList of attributes deduced from keywords/context rather than explicitly present in the product description (e.g. "DVD" implies material "optical"). Distinct from foundAttributes.
missingAttributesRequired
arrayList of required attributes that were not found in the product description.