@regulaforensics/vp-frontend-face-components 1.4.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +60 -23
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +28 -19
- package/lib/common/Button.d.ts +2 -2
- package/lib/common/Icon.d.ts +58 -1
- package/lib/common/Message.d.ts +5 -4
- package/lib/common/NoGlareIconLivenessDetection.d.ts +5 -0
- package/lib/common/NoSmilingIconLivenessDetection.d.ts +5 -0
- package/lib/common/PortraitOrientationOnlyIcon.d.ts +6 -0
- package/lib/common/RegulaLogoLivenessDetection.d.ts +5 -0
- package/lib/components/ButtonFaceLiveness.d.ts +7 -0
- package/lib/components/CameraCapture.d.ts +9 -0
- package/lib/components/CameraSnapshot.d.ts +2 -0
- package/lib/components/CameraSnapshotFileCapture.d.ts +10 -0
- package/lib/components/DocumentCapture.d.ts +11 -0
- package/lib/components/DocumentContainer.d.ts +11 -0
- package/lib/components/DocumentReader.d.ts +2 -0
- package/lib/components/DocumentReaderFileCapture.d.ts +12 -0
- package/lib/components/DocumentReaderLayout.d.ts +22 -0
- package/lib/components/DocumentReaderStartScreen.d.ts +10 -0
- package/lib/components/ErrorBoundary.d.ts +10 -9
- package/lib/components/FaceCapture.d.ts +17 -9
- package/lib/components/FaceFullScreenOverlay.d.ts +2 -3
- package/lib/components/FaceHintAnimaition.d.ts +16 -0
- package/lib/components/FaceLayout.d.ts +16 -12
- package/lib/components/InfoScreen.d.ts +2 -1
- package/lib/components/InfoScreenFaceLiveness.d.ts +12 -0
- package/lib/components/InstructionVideoScreen.d.ts +9 -0
- package/lib/components/ProcessScreenFaceLiveness.d.ts +6 -0
- package/lib/components/RetryScreenFaceLiveness.d.ts +7 -0
- package/lib/components/SectorAnimationSvg.d.ts +11 -0
- package/lib/components/WebCamera.d.ts +8 -9
- package/lib/constants.d.ts +471 -169
- package/lib/contexts/DocumentAttributesContext.d.ts +25 -0
- package/lib/contexts/DocumentSDKContext.d.ts +8 -0
- package/lib/contexts/FaceAttributesContext.d.ts +14 -12
- package/lib/hoc/withDocumentAttributesContext.d.ts +4 -0
- package/lib/hoc/withDocumentSDKContext.d.ts +3 -0
- package/lib/hoc/withFaceAttributesContext.d.ts +2 -2
- package/lib/hoc/withLocalize.d.ts +6 -5
- package/lib/hooks/useDocumentReaderSeries.d.ts +19 -0
- package/lib/hooks/useDocumentReaderSingle.d.ts +14 -0
- package/lib/hooks/useFaceLiveness.d.ts +34 -26
- package/lib/hooks/useImageInputParam.d.ts +7 -0
- package/lib/hooks/useStateCallback.d.ts +1 -0
- package/lib/hooks/useStream.d.ts +3 -9
- package/lib/i18n/dictionaries/_dictionaries.d.ts +2212 -1988
- package/lib/index-document.d.ts +4 -0
- package/lib/media-resources/resourcesBase64.d.ts +7 -0
- package/lib/models/CameraModel.d.ts +2 -2
- package/lib/models/CustomError.d.ts +7 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/authenticity.d.ts +32 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/fiber.d.ts +7 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/ident.d.ts +8 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/image-ident.d.ts +7 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/index.d.ts +5 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/ocr-security-text.d.ts +7 -0
- package/lib/models/DocReaderWebclient/ext/authenticity/security-feature.d.ts +8 -0
- package/lib/models/DocReaderWebclient/ext/images.d.ts +16 -0
- package/lib/models/DocReaderWebclient/ext/index.d.ts +6 -0
- package/lib/models/DocReaderWebclient/ext/process-request-image.d.ts +5 -0
- package/lib/models/DocReaderWebclient/ext/process-request.d.ts +38 -0
- package/lib/models/DocReaderWebclient/ext/process-response.d.ts +36 -0
- package/lib/models/DocReaderWebclient/ext/text-field.d.ts +40 -0
- package/lib/models/DocReaderWebclient/ext/text.d.ts +14 -0
- package/lib/models/DocReaderWebclient/models/area-array.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/area-container.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/authenticity-check-list.d.ts +31 -0
- package/lib/models/DocReaderWebclient/models/authenticity-check-result-item.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/authenticity-check-result.d.ts +43 -0
- package/lib/models/DocReaderWebclient/models/authenticity-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/authenticity-result-type.d.ts +33 -0
- package/lib/models/DocReaderWebclient/models/authenticity-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/bc-pdf417-info.d.ts +54 -0
- package/lib/models/DocReaderWebclient/models/bc-roidetect.d.ts +42 -0
- package/lib/models/DocReaderWebclient/models/check-diagnose.d.ts +98 -0
- package/lib/models/DocReaderWebclient/models/check-result.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/chosen-document-type-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/chosen-document-type-result.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/chosen-document-type.d.ts +74 -0
- package/lib/models/DocReaderWebclient/models/container-list.d.ts +45 -0
- package/lib/models/DocReaderWebclient/models/critical.d.ts +26 -0
- package/lib/models/DocReaderWebclient/models/cross-source-value-comparison.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/data-module.d.ts +48 -0
- package/lib/models/DocReaderWebclient/models/details-optical.d.ts +67 -0
- package/lib/models/DocReaderWebclient/models/details-rfid.d.ts +61 -0
- package/lib/models/DocReaderWebclient/models/device-info.d.ts +54 -0
- package/lib/models/DocReaderWebclient/models/doc-bar-code-info-all-of.d.ts +31 -0
- package/lib/models/DocReaderWebclient/models/doc-bar-code-info.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/doc-visual-extended-field.d.ts +70 -0
- package/lib/models/DocReaderWebclient/models/doc-visual-extended-info.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/document-format.d.ts +70 -0
- package/lib/models/DocReaderWebclient/models/document-image-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/document-image-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/document-image.d.ts +24 -0
- package/lib/models/DocReaderWebclient/models/document-position-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/document-position-result.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/document-position.d.ts +80 -0
- package/lib/models/DocReaderWebclient/models/document-type-recognition-result.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/document-type.d.ts +246 -0
- package/lib/models/DocReaderWebclient/models/document-types-candidates-list.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/document-types-candidates-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/document-types-candidates-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/document-types-candidates.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/encrypted-rclresult-all-of.d.ts +24 -0
- package/lib/models/DocReaderWebclient/models/encrypted-rclresult.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/fdsidlist.d.ts +80 -0
- package/lib/models/DocReaderWebclient/models/fiber-result-all-of.d.ts +74 -0
- package/lib/models/DocReaderWebclient/models/fiber-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/graphic-field-type.d.ts +118 -0
- package/lib/models/DocReaderWebclient/models/graphic-field.d.ts +63 -0
- package/lib/models/DocReaderWebclient/models/graphic-fields-list.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/graphics-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/graphics-result.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/ident-result-all-of.d.ts +65 -0
- package/lib/models/DocReaderWebclient/models/ident-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/image-data.d.ts +24 -0
- package/lib/models/DocReaderWebclient/models/image-qa.d.ts +54 -0
- package/lib/models/DocReaderWebclient/models/image-quality-check-list.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/image-quality-check-type.d.ts +50 -0
- package/lib/models/DocReaderWebclient/models/image-quality-check.d.ts +64 -0
- package/lib/models/DocReaderWebclient/models/image-quality-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/image-quality-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/images-available-source.d.ts +31 -0
- package/lib/models/DocReaderWebclient/models/images-field-value.d.ts +70 -0
- package/lib/models/DocReaderWebclient/models/images-field.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/images-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/images-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/images.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/index.d.ts +123 -0
- package/lib/models/DocReaderWebclient/models/lcid.d.ts +582 -0
- package/lib/models/DocReaderWebclient/models/lexical-analysis-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/lexical-analysis-result.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/license-result-all-of.d.ts +24 -0
- package/lib/models/DocReaderWebclient/models/license-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/light.d.ts +34 -0
- package/lib/models/DocReaderWebclient/models/list-verified-fields.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/log-level.d.ts +23 -0
- package/lib/models/DocReaderWebclient/models/measure-system.d.ts +26 -0
- package/lib/models/DocReaderWebclient/models/mrzformat.d.ts +24 -0
- package/lib/models/DocReaderWebclient/models/ocrsecurity-text-result-all-of.d.ts +81 -0
- package/lib/models/DocReaderWebclient/models/ocrsecurity-text-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/one-candidate.d.ts +74 -0
- package/lib/models/DocReaderWebclient/models/original-symbol.d.ts +37 -0
- package/lib/models/DocReaderWebclient/models/parray-field.d.ts +81 -0
- package/lib/models/DocReaderWebclient/models/per-document-config.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/photo-ident-result-all-of.d.ts +76 -0
- package/lib/models/DocReaderWebclient/models/photo-ident-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/point-array.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/point.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/points-container.d.ts +31 -0
- package/lib/models/DocReaderWebclient/models/process-params.d.ts +254 -0
- package/lib/models/DocReaderWebclient/models/process-request-image.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/process-request.d.ts +60 -0
- package/lib/models/DocReaderWebclient/models/process-response.d.ts +66 -0
- package/lib/models/DocReaderWebclient/models/process-system-info.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/processing-status.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/raw-image-container-list.d.ts +31 -0
- package/lib/models/DocReaderWebclient/models/rectangle-coordinates.d.ts +42 -0
- package/lib/models/DocReaderWebclient/models/result-item.d.ts +48 -0
- package/lib/models/DocReaderWebclient/models/result.d.ts +98 -0
- package/lib/models/DocReaderWebclient/models/rfid-location.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/rfid-origin.d.ts +42 -0
- package/lib/models/DocReaderWebclient/models/scenario.d.ts +36 -0
- package/lib/models/DocReaderWebclient/models/security-feature-result-all-of.d.ts +59 -0
- package/lib/models/DocReaderWebclient/models/security-feature-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/security-feature-type.d.ts +49 -0
- package/lib/models/DocReaderWebclient/models/source-validity.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/source.d.ts +23 -0
- package/lib/models/DocReaderWebclient/models/status-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/status-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/status.d.ts +63 -0
- package/lib/models/DocReaderWebclient/models/string-recognition-result.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/symbol-candidate.d.ts +30 -0
- package/lib/models/DocReaderWebclient/models/symbol-recognition-result.d.ts +32 -0
- package/lib/models/DocReaderWebclient/models/text-available-source.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/text-data-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/text-data-result.d.ts +19 -0
- package/lib/models/DocReaderWebclient/models/text-field-type.d.ts +2386 -0
- package/lib/models/DocReaderWebclient/models/text-field-value.d.ts +70 -0
- package/lib/models/DocReaderWebclient/models/text-field.d.ts +84 -0
- package/lib/models/DocReaderWebclient/models/text-post-processing.d.ts +22 -0
- package/lib/models/DocReaderWebclient/models/text-result-all-of.d.ts +25 -0
- package/lib/models/DocReaderWebclient/models/text-result.d.ts +18 -0
- package/lib/models/DocReaderWebclient/models/text.d.ts +51 -0
- package/lib/models/DocReaderWebclient/models/transaction-info.d.ts +42 -0
- package/lib/models/DocReaderWebclient/models/verification-result.d.ts +38 -0
- package/lib/models/DocReaderWebclient/models/verified-field-map.d.ts +63 -0
- package/lib/models/DocReaderWebclient/models/visibility.d.ts +23 -0
- package/lib/services/DebugService.d.ts +4 -0
- package/lib/services/DeviceOrientationService.d.ts +18 -0
- package/lib/services/DocumentReaderProcessor.d.ts +43 -0
- package/lib/services/DocumentReaderService.d.ts +30 -32
- package/lib/services/FaceLivenessService.d.ts +43 -19
- package/lib/services/FaceService.d.ts +36 -8
- package/lib/services/StreamRecorderService.d.ts +24 -0
- package/lib/types.d.ts +261 -119
- package/lib/utils.d.ts +17 -52
- package/lib/web-components/CameraSnapshot.d.ts +14 -0
- package/lib/web-components/DocumentReader.d.ts +14 -0
- package/lib/web-components/FaceDetection.d.ts +3 -3
- package/lib/web-components/FaceLiveness.d.ts +7 -4
- package/lib/web-components/FullScreenContainer.d.ts +1 -1
- package/package.json +59 -62
- package/lib/common/InstructionIconFaceDetection.d.ts +0 -5
- package/lib/common/InstructionIconFaceLiveness.d.ts +0 -5
- package/lib/common/NoGlareIcon.d.ts +0 -5
- package/lib/common/NoSmilingIcon.d.ts +0 -5
- package/lib/components/InstructionScreen.d.ts +0 -9
- package/lib/components/RetryScreen.d.ts +0 -7
- package/lib/hooks/useDebounce.d.ts +0 -2
- package/lib/hooks/useInterval.d.ts +0 -3
- package/lib/services/WasmFeatureDetectService.d.ts +0 -4
- package/lib/web-components.d.ts +0 -47
|
@@ -0,0 +1,582 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Locale id. Used to tag same typed fields declared in several languages. For example: name can be provided in both native and latin variants. Based on Microsoft locale id (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f).
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum LCID {
|
|
18
|
+
/**
|
|
19
|
+
* Latin
|
|
20
|
+
*/
|
|
21
|
+
LATIN = 0,
|
|
22
|
+
/**
|
|
23
|
+
* Afrikaans
|
|
24
|
+
*/
|
|
25
|
+
AFRIKAANS = 1078,
|
|
26
|
+
/**
|
|
27
|
+
* Albanian
|
|
28
|
+
*/
|
|
29
|
+
ALBANIAN = 1052,
|
|
30
|
+
/**
|
|
31
|
+
* Arabic (Algeria)
|
|
32
|
+
*/
|
|
33
|
+
ARABIC_ALGERIA = 5121,
|
|
34
|
+
/**
|
|
35
|
+
* Arabic (Bahrain)
|
|
36
|
+
*/
|
|
37
|
+
ARABIC_BAHRAIN = 15361,
|
|
38
|
+
/**
|
|
39
|
+
* Arabic (Egypt)
|
|
40
|
+
*/
|
|
41
|
+
ARABIC_EGYPT = 3073,
|
|
42
|
+
/**
|
|
43
|
+
* Arabic (Iraq)
|
|
44
|
+
*/
|
|
45
|
+
ARABIC_IRAQ = 2049,
|
|
46
|
+
/**
|
|
47
|
+
* Arabic (Jordan)
|
|
48
|
+
*/
|
|
49
|
+
ARABIC_JORDAN = 11265,
|
|
50
|
+
/**
|
|
51
|
+
* Arabic (Kuwait)
|
|
52
|
+
*/
|
|
53
|
+
ARABIC_KUWAIT = 13313,
|
|
54
|
+
/**
|
|
55
|
+
* Arabic (Lebanon)
|
|
56
|
+
*/
|
|
57
|
+
ARABIC_LEBANON = 12289,
|
|
58
|
+
/**
|
|
59
|
+
* Arabic (Libya)
|
|
60
|
+
*/
|
|
61
|
+
ARABIC_LIBYA = 4097,
|
|
62
|
+
/**
|
|
63
|
+
* Arabic (Morocco)
|
|
64
|
+
*/
|
|
65
|
+
ARABIC_MOROCCO = 6145,
|
|
66
|
+
/**
|
|
67
|
+
* Arabic (Oman)
|
|
68
|
+
*/
|
|
69
|
+
ARABIC_OMAN = 8193,
|
|
70
|
+
/**
|
|
71
|
+
* Arabic (Qatar)
|
|
72
|
+
*/
|
|
73
|
+
ARABIC_QATAR = 16385,
|
|
74
|
+
/**
|
|
75
|
+
* Arabic (Saudi Arabia)
|
|
76
|
+
*/
|
|
77
|
+
ARABIC_SAUDI_ARABIA = 1025,
|
|
78
|
+
/**
|
|
79
|
+
* Arabic (Syria)
|
|
80
|
+
*/
|
|
81
|
+
ARABIC_SYRIA = 10241,
|
|
82
|
+
/**
|
|
83
|
+
* Arabic (Tunisia)
|
|
84
|
+
*/
|
|
85
|
+
ARABIC_TUNISIA = 7169,
|
|
86
|
+
/**
|
|
87
|
+
* Arabic (U.A.E.)
|
|
88
|
+
*/
|
|
89
|
+
ARABIC_UAE = 4337,
|
|
90
|
+
/**
|
|
91
|
+
* Arabic (Yemen)
|
|
92
|
+
*/
|
|
93
|
+
ARABIC_YEMEN = 9217,
|
|
94
|
+
/**
|
|
95
|
+
* Armenian
|
|
96
|
+
*/
|
|
97
|
+
ARABIC_ARMENIAN = 1067,
|
|
98
|
+
/**
|
|
99
|
+
* Azeri (Cyrillic)
|
|
100
|
+
*/
|
|
101
|
+
AZERI_CYRILIC = 2092,
|
|
102
|
+
/**
|
|
103
|
+
* Azeri (Latin)
|
|
104
|
+
*/
|
|
105
|
+
AZERI_LATIN = 1068,
|
|
106
|
+
/**
|
|
107
|
+
* Basque
|
|
108
|
+
*/
|
|
109
|
+
BASQUE = 1069,
|
|
110
|
+
/**
|
|
111
|
+
* Belarusian
|
|
112
|
+
*/
|
|
113
|
+
BELARUSIAN = 1059,
|
|
114
|
+
/**
|
|
115
|
+
* Bulgarian
|
|
116
|
+
*/
|
|
117
|
+
BULGARIAN = 1026,
|
|
118
|
+
/**
|
|
119
|
+
* Catalan
|
|
120
|
+
*/
|
|
121
|
+
CATALAN = 1027,
|
|
122
|
+
/**
|
|
123
|
+
* Chinese (HongKong S.A.R.)
|
|
124
|
+
*/
|
|
125
|
+
CHINESE_HONGKONG_SAR = 3076,
|
|
126
|
+
/**
|
|
127
|
+
* Chinese (Macao S.A.R.)
|
|
128
|
+
*/
|
|
129
|
+
CHINESE_MACAO_SAR = 5124,
|
|
130
|
+
/**
|
|
131
|
+
* Chinese
|
|
132
|
+
*/
|
|
133
|
+
CHINESE = 2052,
|
|
134
|
+
/**
|
|
135
|
+
* Chinese (Singapore)
|
|
136
|
+
*/
|
|
137
|
+
CHINESE_SINGAPORE = 4100,
|
|
138
|
+
/**
|
|
139
|
+
* Chinese (Taiwan)
|
|
140
|
+
*/
|
|
141
|
+
CHINESE_TAIWAN = 1028,
|
|
142
|
+
/**
|
|
143
|
+
* Croatian
|
|
144
|
+
*/
|
|
145
|
+
CROATIAN = 1050,
|
|
146
|
+
/**
|
|
147
|
+
* Czech
|
|
148
|
+
*/
|
|
149
|
+
CZECH = 1029,
|
|
150
|
+
/**
|
|
151
|
+
* Danish
|
|
152
|
+
*/
|
|
153
|
+
DANISH = 1030,
|
|
154
|
+
/**
|
|
155
|
+
* Divehi
|
|
156
|
+
*/
|
|
157
|
+
DIVEHI = 1125,
|
|
158
|
+
/**
|
|
159
|
+
* Dutch (Belgium)
|
|
160
|
+
*/
|
|
161
|
+
DUTCH_BELGIUM = 2067,
|
|
162
|
+
/**
|
|
163
|
+
* Dutch (Netherlands)
|
|
164
|
+
*/
|
|
165
|
+
DUTCH_NETHERLANDS = 1043,
|
|
166
|
+
/**
|
|
167
|
+
* English (Australia)
|
|
168
|
+
*/
|
|
169
|
+
ENGLISH_AUSTRALIA = 3081,
|
|
170
|
+
/**
|
|
171
|
+
* English (Belize)
|
|
172
|
+
*/
|
|
173
|
+
ENGLISH_BELIZE = 10249,
|
|
174
|
+
/**
|
|
175
|
+
* English (Canada)
|
|
176
|
+
*/
|
|
177
|
+
ENGLISH_CANADA = 4105,
|
|
178
|
+
/**
|
|
179
|
+
* English (Caribbean)
|
|
180
|
+
*/
|
|
181
|
+
ENGLISH_CARRIBEAN = 9225,
|
|
182
|
+
/**
|
|
183
|
+
* English (Ireland)
|
|
184
|
+
*/
|
|
185
|
+
ENGLISH_IRELAND = 6153,
|
|
186
|
+
/**
|
|
187
|
+
* English (Jamaica)
|
|
188
|
+
*/
|
|
189
|
+
ENGLISH_JAMAICA = 8201,
|
|
190
|
+
/**
|
|
191
|
+
* English (New Zealand)
|
|
192
|
+
*/
|
|
193
|
+
ENGLISH_NEW_ZEALAND = 5129,
|
|
194
|
+
/**
|
|
195
|
+
* English (Philippines)
|
|
196
|
+
*/
|
|
197
|
+
ENGLISH_PHILIPPINES = 13321,
|
|
198
|
+
/**
|
|
199
|
+
* English (South Africa)
|
|
200
|
+
*/
|
|
201
|
+
ENGLISH_SOUTH_AFRICA = 7177,
|
|
202
|
+
/**
|
|
203
|
+
* English (Trinidad)
|
|
204
|
+
*/
|
|
205
|
+
ENGLISH_TRINIDAD = 11273,
|
|
206
|
+
/**
|
|
207
|
+
* English (United Kingdom)
|
|
208
|
+
*/
|
|
209
|
+
ENGLISH_UK = 2057,
|
|
210
|
+
/**
|
|
211
|
+
* English (United States)
|
|
212
|
+
*/
|
|
213
|
+
ENGLISH_US = 1033,
|
|
214
|
+
/**
|
|
215
|
+
* English (Zimbabwe)
|
|
216
|
+
*/
|
|
217
|
+
ENGLISH_ZIMBABWE = 12297,
|
|
218
|
+
/**
|
|
219
|
+
* Estonian
|
|
220
|
+
*/
|
|
221
|
+
ESTONIAN = 1061,
|
|
222
|
+
/**
|
|
223
|
+
* Faeroese
|
|
224
|
+
*/
|
|
225
|
+
FAEROESE = 1080,
|
|
226
|
+
/**
|
|
227
|
+
* Farsi
|
|
228
|
+
*/
|
|
229
|
+
FARSI = 1065,
|
|
230
|
+
/**
|
|
231
|
+
* Finnish
|
|
232
|
+
*/
|
|
233
|
+
FINNISH = 1035,
|
|
234
|
+
/**
|
|
235
|
+
* French (Belgium)
|
|
236
|
+
*/
|
|
237
|
+
FRENCH_BELGIUM = 2060,
|
|
238
|
+
/**
|
|
239
|
+
* French (Canada)
|
|
240
|
+
*/
|
|
241
|
+
FRENCH_CANADA = 3084,
|
|
242
|
+
/**
|
|
243
|
+
* French (France)
|
|
244
|
+
*/
|
|
245
|
+
FRENCH_FRANCE = 1036,
|
|
246
|
+
/**
|
|
247
|
+
* French (Luxembourg)
|
|
248
|
+
*/
|
|
249
|
+
FRENCH_LUXEMBOURG = 5132,
|
|
250
|
+
/**
|
|
251
|
+
* French (Monaco)
|
|
252
|
+
*/
|
|
253
|
+
FRENCH_MONACO = 6156,
|
|
254
|
+
/**
|
|
255
|
+
* French (Switzerland)
|
|
256
|
+
*/
|
|
257
|
+
FRENCH_SWITZERLAND = 4108,
|
|
258
|
+
/**
|
|
259
|
+
* Galician
|
|
260
|
+
*/
|
|
261
|
+
FYRO_MACEDONIAN = 1071,
|
|
262
|
+
/**
|
|
263
|
+
* Georgian
|
|
264
|
+
*/
|
|
265
|
+
GALICIAN = 1110,
|
|
266
|
+
/**
|
|
267
|
+
* German (Austria)
|
|
268
|
+
*/
|
|
269
|
+
GEORGIAN = 1079,
|
|
270
|
+
/**
|
|
271
|
+
* German (Germany)
|
|
272
|
+
*/
|
|
273
|
+
GERMAN_AUSTRIA = 3079,
|
|
274
|
+
/**
|
|
275
|
+
* German (Liechtenstein)
|
|
276
|
+
*/
|
|
277
|
+
GERMAN_GERMANY = 1031,
|
|
278
|
+
/**
|
|
279
|
+
* German (Luxembourg)
|
|
280
|
+
*/
|
|
281
|
+
GERMAN_LIECHTENSTEIN = 5127,
|
|
282
|
+
/**
|
|
283
|
+
* German (Switzerland)
|
|
284
|
+
*/
|
|
285
|
+
GERMAN_LUXEMBOURG = 4103,
|
|
286
|
+
/**
|
|
287
|
+
* Greek
|
|
288
|
+
*/
|
|
289
|
+
GERMAN_SWITZERLAND = 2055,
|
|
290
|
+
/**
|
|
291
|
+
* Gujarati
|
|
292
|
+
*/
|
|
293
|
+
GREEK = 1032,
|
|
294
|
+
/**
|
|
295
|
+
* Hebrew
|
|
296
|
+
*/
|
|
297
|
+
GUJARATI = 1095,
|
|
298
|
+
/**
|
|
299
|
+
* Hindi (India)
|
|
300
|
+
*/
|
|
301
|
+
HEBREW = 1037,
|
|
302
|
+
/**
|
|
303
|
+
* Hungarian
|
|
304
|
+
*/
|
|
305
|
+
HINDI_INDIA = 1081,
|
|
306
|
+
/**
|
|
307
|
+
* Icelandic
|
|
308
|
+
*/
|
|
309
|
+
HUNGARIAN = 1038,
|
|
310
|
+
/**
|
|
311
|
+
* Indonesian
|
|
312
|
+
*/
|
|
313
|
+
ICELANDIC = 1039,
|
|
314
|
+
/**
|
|
315
|
+
* Italian (Italy)
|
|
316
|
+
*/
|
|
317
|
+
INDONESIAN = 1057,
|
|
318
|
+
/**
|
|
319
|
+
* Italian (Switzerland)
|
|
320
|
+
*/
|
|
321
|
+
ITALIAN_ITALY = 1040,
|
|
322
|
+
/**
|
|
323
|
+
* Japanese
|
|
324
|
+
*/
|
|
325
|
+
ITALIAN_SWITZERLAND = 2064,
|
|
326
|
+
/**
|
|
327
|
+
* Kannada
|
|
328
|
+
*/
|
|
329
|
+
JAPANESE = 1041,
|
|
330
|
+
/**
|
|
331
|
+
* Kazakh
|
|
332
|
+
*/
|
|
333
|
+
KANNADA = 1099,
|
|
334
|
+
/**
|
|
335
|
+
* Konkani
|
|
336
|
+
*/
|
|
337
|
+
KAZAKH = 1087,
|
|
338
|
+
/**
|
|
339
|
+
* Korean
|
|
340
|
+
*/
|
|
341
|
+
KONKANI = 1111,
|
|
342
|
+
/**
|
|
343
|
+
* Kyrgyz (Cyrillic)
|
|
344
|
+
*/
|
|
345
|
+
KOREAN = 1042,
|
|
346
|
+
/**
|
|
347
|
+
* Latvian
|
|
348
|
+
*/
|
|
349
|
+
KYRGYZ_CYRILICK = 1088,
|
|
350
|
+
/**
|
|
351
|
+
* Lithuanian
|
|
352
|
+
*/
|
|
353
|
+
LATVIAN = 1062,
|
|
354
|
+
/**
|
|
355
|
+
* FYRO Macedonian
|
|
356
|
+
*/
|
|
357
|
+
LITHUANIAN = 1063,
|
|
358
|
+
/**
|
|
359
|
+
* Malay (Malaysia)
|
|
360
|
+
*/
|
|
361
|
+
MALAY_MALAYSIA = 1086,
|
|
362
|
+
/**
|
|
363
|
+
* Malay (Brunei Darussalam)
|
|
364
|
+
*/
|
|
365
|
+
MALAY_BRUNEI_DARUSSALAM = 2110,
|
|
366
|
+
/**
|
|
367
|
+
* Marathi
|
|
368
|
+
*/
|
|
369
|
+
MARATHI = 1102,
|
|
370
|
+
/**
|
|
371
|
+
* Mongolian (Cyrillic)
|
|
372
|
+
*/
|
|
373
|
+
MONGOLIAN_CYRILIC = 1104,
|
|
374
|
+
/**
|
|
375
|
+
* Norwegian (Bokmal)
|
|
376
|
+
*/
|
|
377
|
+
NORWEGIAN_BOKMAL = 1044,
|
|
378
|
+
/**
|
|
379
|
+
* Norwegian (Nynorsk)
|
|
380
|
+
*/
|
|
381
|
+
NORWEGIAN_NYORSK = 2068,
|
|
382
|
+
/**
|
|
383
|
+
* Polish
|
|
384
|
+
*/
|
|
385
|
+
POLISH = 1045,
|
|
386
|
+
/**
|
|
387
|
+
* Portuguese (Brazil)
|
|
388
|
+
*/
|
|
389
|
+
PORTUGUESE_BRAZIL = 1046,
|
|
390
|
+
/**
|
|
391
|
+
* Portuguese (Portugal)
|
|
392
|
+
*/
|
|
393
|
+
PORTUGUESE_PORTUGAL = 2070,
|
|
394
|
+
/**
|
|
395
|
+
* Punjabi
|
|
396
|
+
*/
|
|
397
|
+
PUNJABI = 1094,
|
|
398
|
+
/**
|
|
399
|
+
* Rhaeto-Romanic
|
|
400
|
+
*/
|
|
401
|
+
RHAETO_ROMANIC = 1047,
|
|
402
|
+
/**
|
|
403
|
+
* Romanian
|
|
404
|
+
*/
|
|
405
|
+
ROMANIAN = 1048,
|
|
406
|
+
/**
|
|
407
|
+
* Russian
|
|
408
|
+
*/
|
|
409
|
+
RUSSIAN = 1049,
|
|
410
|
+
/**
|
|
411
|
+
* Sanskrit
|
|
412
|
+
*/
|
|
413
|
+
SANSKRIT = 1103,
|
|
414
|
+
/**
|
|
415
|
+
* Serbian (Cyrillic)
|
|
416
|
+
*/
|
|
417
|
+
SERBIAN_CYRILIC = 3098,
|
|
418
|
+
/**
|
|
419
|
+
* Serbian (Latin)
|
|
420
|
+
*/
|
|
421
|
+
SERBIAN_LATIN = 2074,
|
|
422
|
+
/**
|
|
423
|
+
* Slovak
|
|
424
|
+
*/
|
|
425
|
+
SLOVAK = 1051,
|
|
426
|
+
/**
|
|
427
|
+
* Slovenian
|
|
428
|
+
*/
|
|
429
|
+
SLOVENIAN = 1060,
|
|
430
|
+
/**
|
|
431
|
+
* Spanish (Argentina)
|
|
432
|
+
*/
|
|
433
|
+
SPANISH_ARGENTINA = 11274,
|
|
434
|
+
/**
|
|
435
|
+
* Spanish (Bolivia)
|
|
436
|
+
*/
|
|
437
|
+
SPANISH_BOLIVIA = 16394,
|
|
438
|
+
/**
|
|
439
|
+
* Spanish (Chile)
|
|
440
|
+
*/
|
|
441
|
+
SPANISH_CHILE = 13322,
|
|
442
|
+
/**
|
|
443
|
+
* Spanish (Colombia)
|
|
444
|
+
*/
|
|
445
|
+
SPANICH_COLOMBIA = 9226,
|
|
446
|
+
/**
|
|
447
|
+
* Spanish (Costa Rica)
|
|
448
|
+
*/
|
|
449
|
+
SPANISH_COSTA_RICA = 5130,
|
|
450
|
+
/**
|
|
451
|
+
* Spanish (Dominican Republic)
|
|
452
|
+
*/
|
|
453
|
+
SPANISH_DOMINICAN_REPUBLIC = 7178,
|
|
454
|
+
/**
|
|
455
|
+
* Spanish (Ecuador)
|
|
456
|
+
*/
|
|
457
|
+
SPANISH_ECUADOR = 12298,
|
|
458
|
+
/**
|
|
459
|
+
* Spanish (El Salvador)
|
|
460
|
+
*/
|
|
461
|
+
SPANISH_EL_SALVADOR = 17418,
|
|
462
|
+
/**
|
|
463
|
+
* Spanish (Guatemala)
|
|
464
|
+
*/
|
|
465
|
+
SPANISH_GUATEMALA = 4106,
|
|
466
|
+
/**
|
|
467
|
+
* Spanish (Honduras)
|
|
468
|
+
*/
|
|
469
|
+
SPANISH_HONDURAS = 18442,
|
|
470
|
+
/**
|
|
471
|
+
* Spanish (Mexico)
|
|
472
|
+
*/
|
|
473
|
+
SPANISH_MEXICO = 2058,
|
|
474
|
+
/**
|
|
475
|
+
* Spanish (Nicaragua)
|
|
476
|
+
*/
|
|
477
|
+
SPANISH_NICARAGUA = 19466,
|
|
478
|
+
/**
|
|
479
|
+
* Spanish (Panama)
|
|
480
|
+
*/
|
|
481
|
+
SPANISH_PANAMA = 6154,
|
|
482
|
+
/**
|
|
483
|
+
* Spanish (Paraguay)
|
|
484
|
+
*/
|
|
485
|
+
SPANISH_PARAGUAY = 15370,
|
|
486
|
+
/**
|
|
487
|
+
* Spanish (Peru)
|
|
488
|
+
*/
|
|
489
|
+
SPANISH_PERU = 10250,
|
|
490
|
+
/**
|
|
491
|
+
* Spanish (Puerto Rico)
|
|
492
|
+
*/
|
|
493
|
+
SPANISH_PUERTO_RICO = 20490,
|
|
494
|
+
/**
|
|
495
|
+
* Spanish (Traditional Sort)
|
|
496
|
+
*/
|
|
497
|
+
SPANISH_TRADITIONAL_SORT = 1034,
|
|
498
|
+
/**
|
|
499
|
+
* Spanish (International Sort)
|
|
500
|
+
*/
|
|
501
|
+
SPANISH_INTERNATIONAL_SORT = 3082,
|
|
502
|
+
/**
|
|
503
|
+
* Spanish (Uruguay)
|
|
504
|
+
*/
|
|
505
|
+
SPANISH_URUGUAY = 14346,
|
|
506
|
+
/**
|
|
507
|
+
* Spanish (Venezuela)
|
|
508
|
+
*/
|
|
509
|
+
SPANISH_VENEZUELA = 8202,
|
|
510
|
+
/**
|
|
511
|
+
* Swahili
|
|
512
|
+
*/
|
|
513
|
+
SWAHILI = 1089,
|
|
514
|
+
/**
|
|
515
|
+
* Swedish
|
|
516
|
+
*/
|
|
517
|
+
SWEDISH = 1053,
|
|
518
|
+
/**
|
|
519
|
+
* Swedish (Finland)
|
|
520
|
+
*/
|
|
521
|
+
SWEDISH_FINLAND = 2077,
|
|
522
|
+
/**
|
|
523
|
+
* Syriac
|
|
524
|
+
*/
|
|
525
|
+
SYRIAC = 1114,
|
|
526
|
+
/**
|
|
527
|
+
* Tamil
|
|
528
|
+
*/
|
|
529
|
+
TAMIL = 1097,
|
|
530
|
+
/**
|
|
531
|
+
* Tatar
|
|
532
|
+
*/
|
|
533
|
+
TATAR = 1092,
|
|
534
|
+
/**
|
|
535
|
+
* Telugu
|
|
536
|
+
*/
|
|
537
|
+
TELUGU = 1098,
|
|
538
|
+
/**
|
|
539
|
+
* Thai (Thailand)
|
|
540
|
+
*/
|
|
541
|
+
THAI_THAILAND = 1054,
|
|
542
|
+
/**
|
|
543
|
+
* Turkish
|
|
544
|
+
*/
|
|
545
|
+
TURKISH = 1055,
|
|
546
|
+
/**
|
|
547
|
+
* Tajik (Cyrillic)
|
|
548
|
+
*/
|
|
549
|
+
TAJIK_CYRILLIC = 1064,
|
|
550
|
+
/**
|
|
551
|
+
* Turkmen
|
|
552
|
+
*/
|
|
553
|
+
TURKMEN = 1090,
|
|
554
|
+
/**
|
|
555
|
+
* Ukrainian
|
|
556
|
+
*/
|
|
557
|
+
UKRAINIAN = 1058,
|
|
558
|
+
/**
|
|
559
|
+
* Urdu
|
|
560
|
+
*/
|
|
561
|
+
URDU = 1056,
|
|
562
|
+
/**
|
|
563
|
+
* Uzbek (Cyrillic)
|
|
564
|
+
*/
|
|
565
|
+
UZBEK_CYRILIC = 2115,
|
|
566
|
+
/**
|
|
567
|
+
* Uzbek (Latin)
|
|
568
|
+
*/
|
|
569
|
+
UZBEK_LATIN = 1091,
|
|
570
|
+
/**
|
|
571
|
+
* Vietnamese
|
|
572
|
+
*/
|
|
573
|
+
VIETNAMESE = 1066,
|
|
574
|
+
/**
|
|
575
|
+
* CTC Simplified
|
|
576
|
+
*/
|
|
577
|
+
CTC_SIMPLIFIED = 50001,
|
|
578
|
+
/**
|
|
579
|
+
* CTC Traditional
|
|
580
|
+
*/
|
|
581
|
+
CTC_TRADITIONAL = 50002
|
|
582
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ListVerifiedFields } from './list-verified-fields';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LexicalAnalysisResultAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface LexicalAnalysisResultAllOf {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ListVerifiedFields}
|
|
22
|
+
* @memberof LexicalAnalysisResultAllOf
|
|
23
|
+
*/
|
|
24
|
+
ListVerifiedFields?: ListVerifiedFields;
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LexicalAnalysisResultAllOf } from './lexical-analysis-result-all-of';
|
|
13
|
+
import { ResultItem } from './result-item';
|
|
14
|
+
/**
|
|
15
|
+
* @type LexicalAnalysisResult
|
|
16
|
+
* Lexical data analysis allows you to compare the results of reading the text data of the MRZ, the document filling area, barcodes and data from the memory of the RFID chip for an additional assessment of the authenticity of the document. Single result for all pages. Consider using Result.TEXT type for more simplicity.
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export declare type LexicalAnalysisResult = LexicalAnalysisResultAllOf & ResultItem;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Contains license
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LicenseResultAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface LicenseResultAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* Base64 encoded data
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LicenseResultAllOf
|
|
22
|
+
*/
|
|
23
|
+
License: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LicenseResultAllOf } from './license-result-all-of';
|
|
13
|
+
import { ResultItem } from './result-item';
|
|
14
|
+
/**
|
|
15
|
+
* @type LicenseResult
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export declare type LicenseResult = LicenseResultAllOf & ResultItem;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regula Document Reader Web API
|
|
3
|
+
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.5.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Image light index
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum Light {
|
|
18
|
+
/**
|
|
19
|
+
* No Light
|
|
20
|
+
*/
|
|
21
|
+
OFF = 0,
|
|
22
|
+
/**
|
|
23
|
+
* White
|
|
24
|
+
*/
|
|
25
|
+
WHITE = 6,
|
|
26
|
+
/**
|
|
27
|
+
* Infrared
|
|
28
|
+
*/
|
|
29
|
+
IR = 24,
|
|
30
|
+
/**
|
|
31
|
+
* Ultraviolet
|
|
32
|
+
*/
|
|
33
|
+
UV = 128
|
|
34
|
+
}
|