API Docs for: 1.0.0
Show:

ScanResult Class

Represents a result of scanning.

Constructor

ScanResult

(
  • isSuccessful
  • status
  • frontScan
  • backScan
)

Parameters:

  • isSuccessful Boolean

    Whether the result is successful.

  • status ScanStatus

    Status of scanning.

  • frontScan Image

    Scanned front image.

  • backScan Image

    Scanned back image.

Item Index

Properties

image

Image

Gets scanned front image.

image

Image

Gets scanned back image.

isSuccessful

Boolean

Gets whether the result is successful.

status

ScanStatus

Gets status of scanning.