Information about the energy meter.

Hierarchy

  • EnergyBillV1MeterDetail

Constructors

Properties

confidence: number = 0.0

Confidence score

meterNumber: null | string

The unique identifier of the energy meter.

meterType: null | string

The type of energy meter.

pageId: number

The document page on which the information was found.

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 energy consumption, which can be kW, m³, or L.

Methods

  • Collection of fields as representable strings.

    Returns {
        meterNumber: string;
        meterType: string;
        unit: string;
    }

    • meterNumber: string
    • meterType: string
    • unit: string

Generated using TypeDoc