DocumentCameraConfiguration constructor
- required DocumentClassicScannerConfiguration scannerConfiguration,
- bool? hardwareButtonsEnabled,
- bool? flashEnabled,
- ContourConfiguration? contourConfiguration,
- double? cameraZoomFactor,
- bool detectionEnabled = true,
- CameraLiveScannerResolution cameraLiveScannerResolution = CameraLiveScannerResolution.FULL_HD,
Implementation
DocumentCameraConfiguration({
required this.scannerConfiguration,
bool? hardwareButtonsEnabled,
this.flashEnabled,
this.contourConfiguration,
this.cameraZoomFactor,
this.detectionEnabled = true,
this.cameraLiveScannerResolution = CameraLiveScannerResolution.FULL_HD,
}) : super(hardwareButtonsEnabled: hardwareButtonsEnabled);