List of line item details.

Hierarchy

  • ReceiptV5LineItem

Constructors

Properties

confidence: number = 0.0

Confidence score

description: null | string

The item description.

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.

quantity: null | number

The item quantity.

totalAmount: null | number

The item total amount.

unitPrice: null | number

The item unit price.

Methods

  • Collection of fields as representable strings.

    Returns {
        description: string;
        quantity: string;
        totalAmount: string;
        unitPrice: string;
    }

    • description: string
    • quantity: string
    • totalAmount: string
    • unitPrice: string

Generated using TypeDoc