mindee
    Preparing search index...

    Class SimpleField

    Hierarchy

    • BaseField
      • SimpleField
    Index

    Constructors

    Properties

    _indentLevel: number
    confidence: v2.parsing.field.FieldConfidence | undefined
    locations: FieldLocation[] | undefined
    value: string | number | boolean | null

    The untyped value of the field.

    This is usually not what you want, look at the typed accessors instead:

    • stringValue
    • numberValue
    • booleanValue

    Accessors

    Methods