Namespace: KfxWebSDK

KfxWebSDK

Properties:
Name Type Description
version String SDK version
libsPath String Libs folder path. By default it is empty. If we need to pass the Libs folder path explicitly then we need to update this property value. This value can include the domain path where we will host the application. For example http://example.com/Libs.
resourcesPath String Resources folder path. By default it is empty. If we need to pass the Resources folder path then we need to update this property value. This value can include the domain path where we will host the application. For example http://example.com/Resources.
modelsPath String Models folder path. By default it is empty. If we need to pass the Models folder path then we need to update this property value. This value can include the domain path where we will host the application. For example http://example.com/Models.
imagesPath String Images folder path. By default it is empty. If we need to pass the Images folder path then we need to update this property value. This value can include the domain path where we will host the application. For example http://example.com/Images.
document Object Document types
resolution Object Supported resolution types
ERROR_CODE_STATE Number Error due to incorrect API calls order
ERROR_CODE_VALIDATION Number Error due to incorrect input parameters
ERROR_CODE_RUNTIME Number Error due to any unexpected runtime reason
ERROR_CODE_MEDIA Number Error due to video camera initialization failure
ERROR_CODE_CAPTURE Number Error due to capture related failure
ERROR_CODE_PROCESS Number Error due to image process failure
ERROR_CODE_SELFIECAPTURE Number Error due to selfie capture related failure

Classes

ReviewControl

Namespaces

AppStats
Capture
DocumentExtractor
ImageProcessor
SelfieCapture
Utilities

Members

(static, readonly) document :number

This enum represents the Document types
Type:
  • number
Properties:
Name Type Description
MOBILE_ID number Type of USA driver license
CHECK_DEPOSIT number Type of deposit checks
BILL_PAY number Type of pay bills
PASSPORT number Type of international passports

(static, readonly) resolution :String

This enum represents the Supported resolution types
Type:
  • String
Properties:
Name Type Description
RES_FULL_HD String Type of Full HD Resolution
RES_4K String Type of 4K Resolution