The total amount of carbohydrates in the product.

Hierarchy

  • NutritionFactsLabelV1TotalCarbohydrate

Constructors

Properties

confidence: number = 0.0

Confidence score

dailyValue: null | number

DVs are the recommended amounts of total carbohydrates 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 total carbohydrates per 100g of the product.

perServing: null | number

The amount of total carbohydrates per serving of the product.

polygon: Polygon = []

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

Methods

  • Collection of fields as representable strings.

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

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

Generated using TypeDoc