DocumentScannerJsonConfiguration constructor

DocumentScannerJsonConfiguration(
  1. {String? version,
  2. String? screen,
  3. double? acceptedAngleScore,
  4. double? acceptedSizeScore,
  5. bool? autoSnappingButtonHidden,
  6. String? autoSnappingButtonTitle,
  7. bool? autoSnappingEnabled,
  8. double? autoSnappingSensitivity,
  9. double? autoSnappingDelay,
  10. Color? bottomBarBackgroundColor,
  11. Color? bottomBarButtonsColor,
  12. CameraModule? cameraModule,
  13. Color? cameraBackgroundColor,
  14. CameraPreviewMode? cameraPreviewMode,
  15. bool? touchToFocusEnabled,
  16. String? cameraUnavailableExplanationText,
  17. bool? cancelButtonHidden,
  18. String? cancelButtonTitle,
  19. ImageFilterType? defaultPageFilter,
  20. DocumentDetectorMode? detectorMode,
  21. String? enableCameraButtonTitle,
  22. String? enableCameraExplanationText,
  23. bool? flashButtonHidden,
  24. String? flashButtonTitle,
  25. bool? flashEnabled,
  26. bool? forceUserGuidance,
  27. bool? ignoreBadAspectRatio,
  28. double? imageScale,
  29. bool? multiPageButtonHidden,
  30. String? multiPageButtonTitle,
  31. bool? multiPageEnabled,
  32. OrientationLockMode? orientationLockMode,
  33. String? pageCounterButtonTitle,
  34. CapturePhotoQualityPrioritization? photoQualityPrioritization,
  35. Color? polygonBackgroundColor,
  36. Color? polygonBackgroundColorOK,
  37. Color? polygonColor,
  38. Color? polygonColorOK,
  39. double? polygonLineWidth,
  40. double? polygonCornerRadius,
  41. Color? polygonAutoSnapProgressColor,
  42. double? polygonAutoSnapProgressLineWidth,
  43. bool? polygonAutoSnapProgressEnabled,
  44. List<AspectRatio>? requiredAspectRatios,
  45. List<AspectRatio>? preferredAspectRatios,
  46. Color? shutterButtonAutoInnerColor,
  47. Color? shutterButtonAutoOuterColor,
  48. Color? shutterButtonIndicatorColor,
  49. Color? shutterButtonManualInnerColor,
  50. Color? shutterButtonManualOuterColor,
  51. bool? stopsCameraSessionWhenDisappeared,
  52. String? textHintBadAngles,
  53. String? textHintBadAspectRatio,
  54. String? textHintNothingDetected,
  55. String? textHintOffCenter,
  56. String? textHintOK,
  57. String? textHintTooDark,
  58. String? textHintTooNoisy,
  59. String? textHintTooSmall,
  60. Color? topBarBackgroundColor,
  61. Color? topBarButtonsActiveColor,
  62. Color? topBarButtonsInactiveColor,
  63. Color? userGuidanceBackgroundColor,
  64. Color? userGuidanceTextColor,
  65. double? userGuidanceFontSize,
  66. Size? documentImageSizeLimit,
  67. bool? shutterButtonHidden,
  68. String? textHintEnergySavingActive,
  69. int? maxNumberOfPages,
  70. bool? useButtonsAllCaps,
  71. DocumentScannerAccessibilityConfiguration? accessibilityConfiguration}
)

Implementation

DocumentScannerJsonConfiguration