A JSON-like object, with miscellaneous values.

Hierarchy

  • GeneratedObjectField

Indexable

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

Constructors

Properties

confidence?: number

Confidence with which the value was assessed.

pageId?: number

The document page on which the information was found.

printableValues: string[]

List of all printable field names.

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

Generated using TypeDoc