mindee
    Preparing search index...

    A JSON-like object, with miscellaneous values.

    Indexable

    • [key: string]: undefined | string | number | boolean | object

      All potentially present fields.

    Index

    Constructors

    Properties

    confidence?: number

    Confidence with which the value was assessed.

    pageId?: number

    The document page on which the information was found.

    rawValue?: string

    Raw unprocessed value, as it was sent by the server.

    Methods

    • ReSTructured-compliant string representation. Takes into account level of indentation & displays elements as list elements.

      Parameters

      • level: number = 0

        Level of indentation. 0 by default.

      Returns string