@regulaforensics/document-reader
    Preparing search index...

    Class TextField

    Serves for storing information from one text data field.

    Index
    comparisonList: Comparison[]

    List of all comparison statuses for this field type.

    comparisonStatus: CheckResult

    Comparison result of the field.

    fieldName: string

    Textual field symbolic name.

    fieldType: FieldType

    Textual field logical type.

    getValue?: Value
    lcid: LCID

    ID of language-culture to differentiate one field of the same type from another (for example Belarus Passport Page # 31 – Belarusian and Russian fields of the same type).

    lcidName: string

    LCID symbolic name.

    status: CheckResult

    Textual field check result.

    validityList: Validity[]

    List of all validity statuses for this field type.

    validityStatus: CheckResult

    Validity result of the field

    value?: string

    Value from the field.

    values: Value[]

    An array of values.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns TextField | null