mindee
    Preparing search index...

    Class SimpleField

    Scalar inference field.

    Hierarchy

    • BaseField
      • SimpleField
    Index

    Constructors

    Properties

    _indentLevel: number

    Indentation level used when rendering field text output.

    confidence: v2.parsing.field.FieldConfidence | undefined

    Confidence level associated with this field.

    locations: FieldLocation[] | undefined

    Optional list of source locations for this field.

    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