createScanSession

open fun createScanSession(    activity: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>): ScanflowReader

This method is used to Create session for barcode

Return

BaseCameraCaptureScan

Parameters

activity

FragmentActivity

SCANFLOW_LICENSE_KEY

String

sfCameraView

com.scanflow.datacapture.sfbarcode.SFCameraView

analyzer

Analyzer


open fun createScanSession(    activity: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>,     setPreZoom: Float): ScanflowReader

This method is used to Create session for Scanning with user can able to set prezoom

Return

BaseCameraCaptureScan

Parameters

activity

FragmentActivity

SCANFLOW_LICENSE_KEY

String

sfCameraView

com.scanflow.datacapture.sfbarcode.SFCameraView

analyzer

Analyzer

setPreZoom

Float


open fun createScanSession(    appContext: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>): ScanflowReader

This method is used to Create session for IDcard Scanning

Return

BaseCameraCaptureScan

Parameters

activity

FragmentActivity

SCANFLOW_LICENSE_KEY

String

sfCameraView

com.scanflow.datacapture.sfidcard.SFCameraView

analyzer

Analyzer


open fun createScanSession(    appContext: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>): ScanflowReader
open fun createScanSession(    appContext: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>,     setPreZoom: Float): ScanflowReader


open fun createScanSession(    appContext: Activity,     SCANFLOW_LICENSE_KEY: String,     sfCameraView: SFCameraView,     analyzer: Analyzer<Any>): ScanflowReader

This method is used to Create session for Text Scanning

Return

BaseCameraCaptureScan

Parameters

activity

FragmentActivity

SCANFLOW_LICENSE_KEY

String

sfCameraView

com.scanflow.datacapture.sftext.SFCameraView

analyzer

Analyzer