GenericDocumentRecognizerJsonConfiguration constructor
GenericDocumentRecognizerJsonConfiguration({
- String? version,
- String? screen,
- bool? flashEnabled,
- OrientationLockMode? orientationLockMode,
- CameraModule? cameraModule,
- Color? topBarBackgroundColor,
- Color? topBarButtonsActiveColor,
- Color? topBarButtonsInactiveColor,
- Color? cameraOverlayColor,
- Color? finderLineColor,
- double? finderLineWidth,
- Color? fieldsCountTextColor,
- Color? fieldConfidenceHighColor,
- Color? fieldConfidenceModerateColor,
- Color? fieldConfidenceLowColor,
- Color? fieldConfidenceTextColor,
- Color? tipTextColor,
- Color? tipBackgroundColor,
- Color? detailsBackgroundColor,
- Color? detailsPrimaryColor,
- Color? detailsActionColor,
- Color? detailsSectionHeaderTextColor,
- Color? detailsSectionHeaderBackgroundColor,
- String? cancelButtonTitle,
- bool? cancelButtonHidden,
- String? clearButtonTitle,
- String? submitButtonTitle,
- String? fieldsCountText,
- String? confidenceValue,
- String? scanBackSideTitle,
- String? scanFrontSideTitle,
- String? startScanningTitle,
- String? scannedEverythingTitle,
- String? emptyValueTitle,
- String? enableCameraButtonTitle,
- String? enableCameraExplanationText,
- String? imageTitle,
- String? noDataTitle,
- List<
GenericDocumentType> ? acceptedDocumentTypes, - double? sharpnessAcceptanceFactor,
- List<
FieldsDisplayConfiguration> ? fieldsDisplayConfiguration, - List<
DocumentsDisplayConfiguration> ? documentsDisplayConfiguration, - List<
String> ? excludedFieldTypes, - bool? flashButtonHidden,
- String? flashButtonTitle,
- bool? useButtonsAllCaps,
- bool? replaceCancelButtonWithIcon,
- CameraPreviewMode? cameraPreviewMode,
Implementation
GenericDocumentRecognizerJsonConfiguration({
this.version,
this.screen,
this.flashEnabled,
this.orientationLockMode,
this.cameraModule,
this.topBarBackgroundColor,
this.topBarButtonsActiveColor,
this.topBarButtonsInactiveColor,
this.cameraOverlayColor,
this.finderLineColor,
this.finderLineWidth,
this.fieldsCountTextColor,
this.fieldConfidenceHighColor,
this.fieldConfidenceModerateColor,
this.fieldConfidenceLowColor,
this.fieldConfidenceTextColor,
this.tipTextColor,
this.tipBackgroundColor,
this.detailsBackgroundColor,
this.detailsPrimaryColor,
this.detailsActionColor,
this.detailsSectionHeaderTextColor,
this.detailsSectionHeaderBackgroundColor,
this.cancelButtonTitle,
this.cancelButtonHidden,
this.clearButtonTitle,
this.submitButtonTitle,
this.fieldsCountText,
this.confidenceValue,
this.scanBackSideTitle,
this.scanFrontSideTitle,
this.startScanningTitle,
this.scannedEverythingTitle,
this.emptyValueTitle,
this.enableCameraButtonTitle,
this.enableCameraExplanationText,
this.imageTitle,
this.noDataTitle,
this.acceptedDocumentTypes,
this.sharpnessAcceptanceFactor,
this.fieldsDisplayConfiguration,
this.documentsDisplayConfiguration,
this.excludedFieldTypes,
this.flashButtonHidden,
this.flashButtonTitle,
this.useButtonsAllCaps,
this.replaceCancelButtonWithIcon,
this.cameraPreviewMode,
});