CheckDiagnose enum
Enumeration contains identificators that determine the result of the text field comparison from different sources.
Values
- UNKNOWN → const CheckDiagnose
-
Check was not performed.
const CheckDiagnose(0) - PASS → const CheckDiagnose
-
Check was ok.
const CheckDiagnose(1) - INVALID_INPUT_DATA → const CheckDiagnose
-
Invalid input data.
const CheckDiagnose(2) - INTERNAL_ERROR → const CheckDiagnose
-
Internal error in module.
const CheckDiagnose(3) - EXCEPTION_IN_MODULE → const CheckDiagnose
-
Exception caught
const CheckDiagnose(4) - UNCERTAIN_VERIFICATION → const CheckDiagnose
-
Can't make reliable decision.
const CheckDiagnose(5) - NECESSARY_IMAGE_NOT_FOUND → const CheckDiagnose
-
Image in necessary light is not found.
const CheckDiagnose(7) - PHOTO_SIDES_NOT_FOUND → const CheckDiagnose
-
Necessary side of photo not found.
const CheckDiagnose(8) - INVALID_CHECKSUM → const CheckDiagnose
-
Invalid checksum.
const CheckDiagnose(10) - SYNTAX_ERROR → const CheckDiagnose
-
Syntactical error.
const CheckDiagnose(11) - LOGIC_ERROR → const CheckDiagnose
-
Logical error.
const CheckDiagnose(12) - SOURCES_COMPARISON_ERROR → const CheckDiagnose
-
Comparison was incorrect.
const CheckDiagnose(13) - FIELDS_COMPARISON_LOGIC_ERROR → const CheckDiagnose
-
Logical error, e.g. the current date is less than issue date.
const CheckDiagnose(14) - INVALID_FIELD_FORMAT → const CheckDiagnose
-
Wrong field format.
const CheckDiagnose(15) - TRUE_LUMINISCENCE_ERROR → const CheckDiagnose
-
Element of the luminescense in the UV does not meet the standard.
const CheckDiagnose(20) - FALSE_LUMINISCENCE_ERROR → const CheckDiagnose
-
The presence of excess luminescence in UV.
const CheckDiagnose(21) - FIXED_PATTERN_ERROR → const CheckDiagnose
-
Pattern does not match the standard.
const CheckDiagnose(22) - LOW_CONTRAST_IN_IR_LIGHT → const CheckDiagnose
-
Low contrast of object in transmitted IR light.
const CheckDiagnose(23) - INCORRECT_BACKGROUND_LIGHT → const CheckDiagnose
-
Background of page is too light or has invalid color.
const CheckDiagnose(24) - BACKGROUND_COMPARISON_ERROR → const CheckDiagnose
-
Background lightness of two pages is different.
const CheckDiagnose(25) - INCORRECT_TEXT_COLOR → const CheckDiagnose
-
Text has incorrect color of luminescence in UV light.
const CheckDiagnose(26) - PHOTO_FALSE_LUMINISCENCE → const CheckDiagnose
-
Invalid luminescence in photo area.
const CheckDiagnose(27) - TOO_MUCH_SHIFT → const CheckDiagnose
-
Object is too shifted from standard coordinates.
const CheckDiagnose(28) - CONTACT_CHIP_TYPE_MISMATCH → const CheckDiagnose
-
Contact chip type mismatch.
const CheckDiagnose(29) - FIBERS_NOT_FOUND → const CheckDiagnose
-
No protective fibers were found in UV.
const CheckDiagnose(30) - TOO_MANY_OBJECTS → const CheckDiagnose
-
Error finding fibers, too many objects.
const CheckDiagnose(31) - SPECKS_IN_UV → const CheckDiagnose
-
Speck or exposure in UV image.
const CheckDiagnose(33) - TOO_LOW_RESOLUTION → const CheckDiagnose
-
Resolution too low for fibers search.
const CheckDiagnose(34) - INVISIBLE_ELEMENT_PRESENT → const CheckDiagnose
-
Erroneous visibility of the element in IR.
const CheckDiagnose(40) - VISIBLE_ELEMENT_ABSENT → const CheckDiagnose
-
Element is absent in IR.
const CheckDiagnose(41) - ELEMENT_SHOULD_BE_COLORED → const CheckDiagnose
-
Element should be in color.
const CheckDiagnose(42) - ELEMENT_SHOULD_BE_GRAYSCALE → const CheckDiagnose
-
Element should be in grayscale.
const CheckDiagnose(43) - PHOTO_WHITE_IR_DONT_MATCH → const CheckDiagnose
-
const CheckDiagnose(44) - UV_DULL_PAPER_MRZ → const CheckDiagnose
-
Glow paper in MRZ.
const CheckDiagnose(50) - FALSE_LUMINISCENCE_IN_MRZ → const CheckDiagnose
-
Luminescence characters in MRZ.
const CheckDiagnose(51) - UV_DULL_PAPER_PHOTO → const CheckDiagnose
-
Glow in the field of photo paper.
const CheckDiagnose(52) - UV_DULL_PAPER_BLANK → const CheckDiagnose
-
Glow of the whole paper form.
const CheckDiagnose(53) - UV_DULL_PAPER_ERROR → const CheckDiagnose
-
Glow of the document in UV.
const CheckDiagnose(54) - FALSE_LUMINISCENCE_IN_BLANK → const CheckDiagnose
-
Element of blank has luminescence.
const CheckDiagnose(55) - BAD_AREA_IN_AXIAL → const CheckDiagnose
-
Violation of the retro-reflective protection.
const CheckDiagnose(60) - FALSE_IPI_PARAMETERS → const CheckDiagnose
-
Invalid params for IPI check.
const CheckDiagnose(65) - FIELD_POS_CORRECTOR_HIGHLIGHT_IR → const CheckDiagnose
-
IR image too bright.
const CheckDiagnose(80) - FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA → const CheckDiagnose
-
Glares in photo area.
const CheckDiagnose(81) - FIELD_POS_CORRECTOR_PHOTO_REPLACED → const CheckDiagnose
-
Photo replaced.
const CheckDiagnose(82) - FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR → const CheckDiagnose
-
Facial landmarks (eyes) check error.
const CheckDiagnose(83) - FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR → const CheckDiagnose
-
No facial image found.
const CheckDiagnose(84) - FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR → const CheckDiagnose
-
Facial image is found.
const CheckDiagnose(85) - CHD_FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION → const CheckDiagnose
-
const CheckDiagnose(86) - OVI_IR_INVISIBLE → const CheckDiagnose
-
OVI object is not visible in IR.
const CheckDiagnose(90) - OVI_INSUFFICIENT_AREA → const CheckDiagnose
-
Insufficient area of the object OVI.
const CheckDiagnose(91) - OVI_COLOR_INVARIABLE → const CheckDiagnose
-
OVI color of an object does not change.
const CheckDiagnose(92) - OVI_BAD_COLOR_FRONT → const CheckDiagnose
-
Impossible to determine the color of the AXIAL image.
const CheckDiagnose(93) - OVI_BAD_COLOR_SIDE → const CheckDiagnose
-
Impossible to determine the color of the WHITE image.
const CheckDiagnose(94) - OVI_WIDE_COLOR_SPREAD → const CheckDiagnose
-
Wide color spread.
const CheckDiagnose(95) - OVI_BAD_COLOR_PERCENT → const CheckDiagnose
-
Not enough color information.
const CheckDiagnose(96) - HOLOGRAM_ELEMENT_ABSENT → const CheckDiagnose
-
Hologram element absent.
const CheckDiagnose(100) - HOLOGRAM_SIDE_TOP_IMAGES_ABSENT → const CheckDiagnose
-
There are no side or top images. Check cancelled.
const CheckDiagnose(101) - HOLOGRAM_ELEMENT_PRESENT → const CheckDiagnose
-
Hologram element present.
const CheckDiagnose(102) - HOLOGRAM_FRAMES_IS_ABSENT → const CheckDiagnose
-
const CheckDiagnose(103) - HOLOGRAM_HOLO_FIELD_IS_ABSENT → const CheckDiagnose
-
const CheckDiagnose(104) - PHOTO_PATTERN_INTERRUPTED → const CheckDiagnose
-
Pattern is interrupted.
const CheckDiagnose(110) - PHOTO_PATTERN_SHIFTED → const CheckDiagnose
-
Some of the patterns are shifted relative to each other.
const CheckDiagnose(111) - PHOTO_PATTERN_DIFFERENT_COLORS → const CheckDiagnose
-
Some parts of the pattern have different color.
const CheckDiagnose(112) - PHOTO_PATTERN_IR_VISIBLE → const CheckDiagnose
-
Pattern visible in the infrared.
const CheckDiagnose(113) - PHOTO_PATTERN_NOT_INTERSECT → const CheckDiagnose
-
Edge of the photo does not intersect with the pattern. Check cancelled.
const CheckDiagnose(114) - PHOTO_SIZE_IS_WRONG → const CheckDiagnose
-
Size of the photo does not correspond to requirements.
const CheckDiagnose(115) - PHOTO_PATTERN_INVALID_COLOR → const CheckDiagnose
-
Some parts of the pattern have invalid color.
const CheckDiagnose(116) - PHOTO_PATTERN_SHIFTED_VERT → const CheckDiagnose
-
Some patterns are relatively shifted.
const CheckDiagnose(117) - PHOTO_PATTERN_PATTERN_NOT_FOUND → const CheckDiagnose
-
Not found Pattern. Check cancelled.
const CheckDiagnose(118) - PHOTO_PATTERN_DIFFERENT_LINES_THICKNESS → const CheckDiagnose
-
Different lines thickness.
const CheckDiagnose(119) - PHOTO_IS_NOT_RECTANGLE → const CheckDiagnose
-
Photo shape is not rectangular.
const CheckDiagnose(120) - PHOTO_CORNERS_IS_WRONG → const CheckDiagnose
-
Photo corners don't meet the requirements.
const CheckDiagnose(121) - DOCUMENT_IS_CANCELLING → const CheckDiagnose
-
For internal use only.
const CheckDiagnose(122) - TEXT_COLOR_SHOULD_BE_BLUE → const CheckDiagnose
-
Text color should be blue.
const CheckDiagnose(130) - TEXT_COLOR_SHOULD_BE_GREEN → const CheckDiagnose
-
Text color should be green.
const CheckDiagnose(131) - TEXT_COLOR_SHOULD_BE_RED → const CheckDiagnose
-
Text color should be red.
const CheckDiagnose(132) - TEXT_SHOULD_BE_BLACK → const CheckDiagnose
-
Text should be black.
const CheckDiagnose(133) - SECURITY_TEXT_IS_ABSENT → const CheckDiagnose
-
Security text is absent.
const CheckDiagnose(134) - BARCODE_WAS_READ_WITH_ERRORS → const CheckDiagnose
-
Barcode read with errors.
const CheckDiagnose(140) - BARCODE_DATA_FORMAT_ERROR → const CheckDiagnose
-
Barcode data format error.
const CheckDiagnose(141) - BARCODE_SIZE_PARAMS_ERROR → const CheckDiagnose
-
Barcode size parameters error.
const CheckDiagnose(142) - NOT_ALL_BARCODES_READ → const CheckDiagnose
-
Not all barcodes read.
const CheckDiagnose(143) - GLARES_IN_BARCODE_AREA → const CheckDiagnose
-
Glares in barcode area.
const CheckDiagnose(144) - CHD_NO_CERTIFICATE_FOR_DIGITAL_SIGNATURE_CHECK → const CheckDiagnose
-
const CheckDiagnose(145) - PORTRAIT_COMPARISON_PORTRAITS_DIFFER → const CheckDiagnose
-
Portraits differ.
const CheckDiagnose(150) - PORTRAIT_COMPARISON_NO_SERVICE_REPLY → const CheckDiagnose
-
No reply from portrait comparison service.
const CheckDiagnose(151) - PORTRAIT_COMPARISON_SERVICE_ERROR → const CheckDiagnose
-
Portrait comparison service error.
const CheckDiagnose(152) - PORTRAIT_COMPARISON_NOT_ENOUGH_IMAGES → const CheckDiagnose
-
Not enough images.
const CheckDiagnose(153) - PORTRAIT_COMPARISON_NO_LIVE_PHOTO → const CheckDiagnose
-
No image from camera.
const CheckDiagnose(154) - PORTRAIT_COMPARISON_NO_SERVICE_LICENSE → const CheckDiagnose
-
No license on portrait comparison service.
const CheckDiagnose(155) - PORTRAIT_COMPARISON_NO_PORTRAIT_DETECTED → const CheckDiagnose
-
No portraits detected
const CheckDiagnose(156) - MOBILE_IMAGES_UNSUITABLE_LIGHT_CONDITIONS → const CheckDiagnose
-
Unsuitable light conditions.
const CheckDiagnose(160) - MOBILE_IMAGES_WHITE_UV_NO_DIFFERENCE → const CheckDiagnose
-
No difference in visible and UV mobile images. Possible UV torch malfunction.
const CheckDiagnose(161) - FINGERPRINTS_COMPARISON_MISMATCH → const CheckDiagnose
-
Fingerprints comparison mismatch.
const CheckDiagnose(170) - HOLO_PHOTO_FACE_NOT_DETECTED → const CheckDiagnose
-
Face isn’t detected.
const CheckDiagnose(180) - HOLO_PHOTO_FACE_COMPARISON_FAILED → const CheckDiagnose
-
Face comparison failed.
const CheckDiagnose(181) - HOLO_PHOTO_FACE_GLARE_IN_CENTER_ABSENT → const CheckDiagnose
-
Glare in center absent.
const CheckDiagnose(182) - HOLO_ELEMENT_SHAPE_ERROR → const CheckDiagnose
-
Hologram element shape error.
const CheckDiagnose(183) - ALGORITHM_STEPS_ERROR → const CheckDiagnose
-
Algorithm steps error.
const CheckDiagnose(184) - HOLO_AREAS_NOT_LOADED → const CheckDiagnose
-
Hologram areas not loaded.
const CheckDiagnose(185) - FINISHED_BY_TIMEOUT → const CheckDiagnose
-
Hologram check finished by time out.
const CheckDiagnose(186) - HOLO_PHOTO_DOCUMENT_OUTSIDE_FRAME → const CheckDiagnose
-
const CheckDiagnose(187) - LIVENESS_DEPTH_CHECK_FAILED → const CheckDiagnose
-
const CheckDiagnose(190) - MRZ_QUALITY_WRONG_SYMBOL_POSITION → const CheckDiagnose
-
Hologram check finished by time out.
const CheckDiagnose(200) - MRZ_QUALITY_WRONG_BACKGROUND → const CheckDiagnose
-
Wrong background.
const CheckDiagnose(201) - MRZ_QUALITY_WRONG_MRZ_WIDTH → const CheckDiagnose
-
const CheckDiagnose(202) - MRZ_QUALITY_WRONG_MRZ_HEIGHT → const CheckDiagnose
-
const CheckDiagnose(203) - MRZ_QUALITY_WRONG_LINE_POSITION → const CheckDiagnose
-
const CheckDiagnose(204) - MRZ_QUALITY_WRONG_FONT_TYPE → const CheckDiagnose
-
const CheckDiagnose(205) - OCR_QUALITY_TEXT_POSITION → const CheckDiagnose
-
const CheckDiagnose(220) - OCR_QUALITY_INVALID_FONT → const CheckDiagnose
-
const CheckDiagnose(221) - OCR_QUALITY_INVALID_BACKGROUND → const CheckDiagnose
-
const CheckDiagnose(222) - LAS_INK_INVALID_LINES_FREQUENCY → const CheckDiagnose
-
const CheckDiagnose(230) - DOC_LIVENESS_DOCUMENT_NOT_LIVE → const CheckDiagnose
-
const CheckDiagnose(238) - CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED → const CheckDiagnose
-
const CheckDiagnose(239) - DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED → const CheckDiagnose
-
Traces of an electronic device were found in the image.
const CheckDiagnose(240) - DOC_LIVENESS_INVALID_BARCODE_BACKGROUND → const CheckDiagnose
-
Invalid barcode background.
const CheckDiagnose(241) - ICAO_IDB_BASE_32_ERROR → const CheckDiagnose
-
const CheckDiagnose(243) - ICAO_IDB_ZIPPED_ERROR → const CheckDiagnose
-
const CheckDiagnose(244) - ICAO_IDB_MESSAGE_ZONE_EMPTY → const CheckDiagnose
-
const CheckDiagnose(245) - ICAO_IDB_SIGNATURE_MUST_BE_PRESENT → const CheckDiagnose
-
const CheckDiagnose(246) - ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT → const CheckDiagnose
-
const CheckDiagnose(247) - ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT → const CheckDiagnose
-
const CheckDiagnose(248) - INCORRECT_OBJECT_COLOR → const CheckDiagnose
-
Incorrect object color.
const CheckDiagnose(250)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
int? i) → CheckDiagnose?
Constants
-
values
→ const List<
CheckDiagnose> - A constant List of the values in this enum, in order of their declaration.