The goods being shipped.

Hierarchy

  • BillOfLadingV1CarrierItem

Constructors

Properties

confidence: number = 0.0

Confidence score

description: null | string

A description of the item.

grossWeight: null | number

The gross weight of the item.

measurement: null | number

The measurement of the item.

measurementUnit: null | string

The unit of measurement for the measurement.

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 quantity of the item being shipped.

weightUnit: null | string

The unit of measurement for weights.

Methods

  • Collection of fields as representable strings.

    Returns {
        description: string;
        grossWeight: string;
        measurement: string;
        measurementUnit: string;
        quantity: string;
        weightUnit: string;
    }

    • description: string
    • grossWeight: string
    • measurement: string
    • measurementUnit: string
    • quantity: string
    • weightUnit: string

Generated using TypeDoc