The amount of nutrients in the product.

Hierarchy

  • NutritionFactsLabelV1Nutrient

Constructors

Properties

confidence: number = 0.0

Confidence score

dailyValue: null | number

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

name: null | string

The name of nutrients of the product.

pageId: number

The document page on which the information was found.

per100G: null | number

The amount of nutrients per 100g of the product.

perServing: null | number

The amount of nutrients 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 nutrients.

Methods

  • Collection of fields as representable strings.

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

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

Generated using TypeDoc