The amount of saturated fat in the product.

Hierarchy

  • NutritionFactsLabelV1SaturatedFat

Constructors

Properties

confidence: number = 0.0

Confidence score

dailyValue: null | number

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

perServing: null | number

The amount of saturated fat 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