Class describing results returned on completion of Document Reader work.

Constructors

Properties

authenticityResult: AuthenticityResult

Authenticity results.

barcodePosition: Position[]

Position of a barcode.

barcodeResult: BarcodeResult

Barcode results.

chipPage: number

Indicates which page of the document contains an RFID chip (0 if there's no page containing it). Requires document type recognition, otherwise 1 by default.

documentPosition: Position[]

Position of a document.

documentType: DocumentType[]

Document type results.

dtcData: string

DTCVC data.

elapsedTime: number

Indicates how much time has been required for document processing, milliseconds.

elapsedTimeRFID: number

Indicates how much time has been required for RFID chip processing, milliseconds.

graphicResult: GraphicResult

Graphic results.

imageQuality: ImageQualityGroup[]

Image quality results.

morePagesAvailable: number

Indicates how many pages of a document remains to process. Requires Document Type recognition, otherwise 0 by default.

mrzPosition: Position[]

Position of MRZ.

processingFinishedStatus: ProcessingFinishedStatus

Document processing finish status, one of RGLProcessingFinishedStatus values.

rawResult: string

Raw results, i.e. in their initial view.

rfidSessionData: RFIDSessionData

RFID session data.

Status information for each operation.

textResult: TextResult

Textual results.

transactionInfo: TransactionInfo
vdsncData: VDSNCData

Visible Digital Seal data.

Methods

  • Method returns containers by result type. If result type doesn't exist, the result of the search will be null.

    Returns original containers from rawResult including information about the transaction.

    Parameters

    Returns Promise<string>

  • Allows you to get an image of a graphic field based on a source type and page index.

    Parameters

    Returns Promise<GraphicField>

  • Allows you to get an image of a graphic field based on a source type and page index.

    Parameters

    Returns Promise<GraphicField>

  • Allows you to get an image of a graphic field based on a source type, page index and light type.

    Parameters

    Returns Promise<GraphicField>

  • Allows you to get an image of a graphic field.

    Parameters

    Returns Promise<string>

  • Allows you to get an image of a graphic field based on a source type.

    Parameters

    Returns Promise<string>

  • Allows you to get an image of a graphic field based on a source type and page index.

    Parameters

    Returns Promise<string>

  • Allows you to get an image of a graphic field based on a source type, page index and light type.

    Parameters

    Returns Promise<string>

  • Allows you to get an instance of a text field.

    Parameters

    Returns Promise<TextField>

  • Allows you to get an instance of a text field based on LCID.

    Parameters

    Returns Promise<TextField>

  • Allows you to get a value of a text field.

    Parameters

    Returns Promise<string>

  • Allows you to get a value of a text field based on LCID.

    Parameters

    Returns Promise<string>

  • Allows you to get a value of a text field based on LCID and a source type.

    Parameters

    Returns Promise<string>

  • Allows you to get a value of a text field based on LCID, a source type and its originality.

    Parameters

    Returns Promise<string>

  • Allows you to get a value of a text field based on a source type.

    Parameters

    Returns Promise<string>

  • Allows you to get a value of a text field based on a source type and its originality.

    Parameters

    Returns Promise<string>

  • Allows you to deserialize object.

    Parameters

    • jsonObject: any

    Returns Results