The amount of sodium in the product.

Hierarchy

  • NutritionFactsLabelV1Sodium

Constructors

Properties

confidence: number = 0.0

Confidence score

dailyValue: null | number

DVs are the recommended amounts of sodium to consume or not to exceed each day.

pageId: number

The document page on which the information was found.

per100G: null | number

The amount of sodium per 100g of the product.

perServing: null | number

The amount of sodium per serving of the product.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

unit: null | string

The unit of measurement for the amount of sodium.

Methods

  • Collection of fields as representable strings.

    Returns {
        dailyValue: string;
        per100G: string;
        perServing: string;
        unit: string;
    }

    • dailyValue: string
    • per100G: string
    • perServing: string
    • unit: string

Generated using TypeDoc