@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,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 { DocumentTypesCandidatesList } from './document-types-candidates-list';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DocumentTypesCandidatesResultAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface DocumentTypesCandidatesResultAllOf {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {DocumentTypesCandidatesList}
|
|
22
|
+
* @memberof DocumentTypesCandidatesResultAllOf
|
|
23
|
+
*/
|
|
24
|
+
CandidatesList?: DocumentTypesCandidatesList;
|
|
25
|
+
}
|
|
@@ -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 { DocumentTypesCandidatesResultAllOf } from './document-types-candidates-result-all-of';
|
|
13
|
+
import { ResultItem } from './result-item';
|
|
14
|
+
/**
|
|
15
|
+
* @type DocumentTypesCandidatesResult
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export declare type DocumentTypesCandidatesResult = DocumentTypesCandidatesResultAllOf & ResultItem;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { DocumentTypeRecognitionResult } from './document-type-recognition-result';
|
|
13
|
+
import { OneCandidate } from './one-candidate';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DocumentTypesCandidates
|
|
18
|
+
*/
|
|
19
|
+
export interface DocumentTypesCandidates {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {DocumentTypeRecognitionResult}
|
|
23
|
+
* @memberof DocumentTypesCandidates
|
|
24
|
+
*/
|
|
25
|
+
RecResult?: DocumentTypeRecognitionResult;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<OneCandidate>}
|
|
29
|
+
* @memberof DocumentTypesCandidates
|
|
30
|
+
*/
|
|
31
|
+
Candidates?: Array<OneCandidate>;
|
|
32
|
+
}
|
|
@@ -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 encrypted result container list
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EncryptedRCLResultAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface EncryptedRCLResultAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* Base64 encoded data
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EncryptedRCLResultAllOf
|
|
22
|
+
*/
|
|
23
|
+
EncryptedRCL: 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 { EncryptedRCLResultAllOf } from './encrypted-rclresult-all-of';
|
|
13
|
+
import { ResultItem } from './result-item';
|
|
14
|
+
/**
|
|
15
|
+
* @type EncryptedRCLResult
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export declare type EncryptedRCLResult = EncryptedRCLResultAllOf & ResultItem;
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { DocumentFormat } from './document-format';
|
|
13
|
+
import { DocumentType } from './document-type';
|
|
14
|
+
/**
|
|
15
|
+
* Extended document type info and Regula\'s \'Information Reference Systems\' links
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FDSIDList
|
|
18
|
+
*/
|
|
19
|
+
export interface FDSIDList {
|
|
20
|
+
/**
|
|
21
|
+
* ICAO code of the issuing country
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof FDSIDList
|
|
24
|
+
*/
|
|
25
|
+
ICAOCode?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Document identifiers in \'Information Reference Systems\'
|
|
28
|
+
* @type {Array<number>}
|
|
29
|
+
* @memberof FDSIDList
|
|
30
|
+
*/
|
|
31
|
+
List?: Array<number>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {DocumentType}
|
|
35
|
+
* @memberof FDSIDList
|
|
36
|
+
*/
|
|
37
|
+
dType?: DocumentType;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {DocumentFormat}
|
|
41
|
+
* @memberof FDSIDList
|
|
42
|
+
*/
|
|
43
|
+
dFormat?: DocumentFormat;
|
|
44
|
+
/**
|
|
45
|
+
* Flag indicating the presence of MRZ on the document
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof FDSIDList
|
|
48
|
+
*/
|
|
49
|
+
dMRZ?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Document description
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof FDSIDList
|
|
54
|
+
*/
|
|
55
|
+
dDescription?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Year of publication of the document
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof FDSIDList
|
|
60
|
+
*/
|
|
61
|
+
dYear?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Issuing country name
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof FDSIDList
|
|
66
|
+
*/
|
|
67
|
+
dCountryName?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Issuing state code
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof FDSIDList
|
|
72
|
+
*/
|
|
73
|
+
dStateCode?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Issuing state name
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof FDSIDList
|
|
78
|
+
*/
|
|
79
|
+
dStateName?: string;
|
|
80
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { Light } from './light';
|
|
13
|
+
import { RectangleCoordinates } from './rectangle-coordinates';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FiberResultAllOf
|
|
18
|
+
*/
|
|
19
|
+
export interface FiberResultAllOf {
|
|
20
|
+
/**
|
|
21
|
+
* For UV_Fibers authenticity result type
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof FiberResultAllOf
|
|
24
|
+
*/
|
|
25
|
+
RectCount?: number;
|
|
26
|
+
/**
|
|
27
|
+
* Expected fibers number. For UV_Fibers authentication result type
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof FiberResultAllOf
|
|
30
|
+
*/
|
|
31
|
+
ExpectedCount?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Light}
|
|
35
|
+
* @memberof FiberResultAllOf
|
|
36
|
+
*/
|
|
37
|
+
LightValue?: Light;
|
|
38
|
+
/**
|
|
39
|
+
* For UV_Background authentication result type
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof FiberResultAllOf
|
|
42
|
+
*/
|
|
43
|
+
LightDisp?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Coordinates of located areas for defined fibers type
|
|
46
|
+
* @type {Array<RectangleCoordinates>}
|
|
47
|
+
* @memberof FiberResultAllOf
|
|
48
|
+
*/
|
|
49
|
+
RectArray?: Array<RectangleCoordinates>;
|
|
50
|
+
/**
|
|
51
|
+
* Fibers width value for located areas (in pixels)
|
|
52
|
+
* @type {Array<number>}
|
|
53
|
+
* @memberof FiberResultAllOf
|
|
54
|
+
*/
|
|
55
|
+
Width?: Array<number>;
|
|
56
|
+
/**
|
|
57
|
+
* Fibers length value for located areas (in pixels)
|
|
58
|
+
* @type {Array<number>}
|
|
59
|
+
* @memberof FiberResultAllOf
|
|
60
|
+
*/
|
|
61
|
+
Length?: Array<number>;
|
|
62
|
+
/**
|
|
63
|
+
* Fibers value for areas (in pixels)
|
|
64
|
+
* @type {Array<number>}
|
|
65
|
+
* @memberof FiberResultAllOf
|
|
66
|
+
*/
|
|
67
|
+
Area?: Array<number>;
|
|
68
|
+
/**
|
|
69
|
+
* Fibers color value
|
|
70
|
+
* @type {Array<number>}
|
|
71
|
+
* @memberof FiberResultAllOf
|
|
72
|
+
*/
|
|
73
|
+
ColorValues?: Array<number>;
|
|
74
|
+
}
|
|
@@ -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 { AuthenticityCheckResultItem } from './authenticity-check-result-item';
|
|
13
|
+
import { FiberResultAllOf } from './fiber-result-all-of';
|
|
14
|
+
/**
|
|
15
|
+
* @type FiberResult
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export declare type FiberResult = AuthenticityCheckResultItem & FiberResultAllOf;
|
|
@@ -0,0 +1,118 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum GraphicFieldType {
|
|
18
|
+
/**
|
|
19
|
+
* Document holder photo
|
|
20
|
+
*/
|
|
21
|
+
PORTRAIT = 201,
|
|
22
|
+
/**
|
|
23
|
+
* Fingerprint of document holder
|
|
24
|
+
*/
|
|
25
|
+
FINGERPRINT = 202,
|
|
26
|
+
/**
|
|
27
|
+
* Image of the iris of document holder
|
|
28
|
+
*/
|
|
29
|
+
EYE = 203,
|
|
30
|
+
/**
|
|
31
|
+
* Signature of document holder
|
|
32
|
+
*/
|
|
33
|
+
SIGNATURE = 204,
|
|
34
|
+
/**
|
|
35
|
+
* Barcode image
|
|
36
|
+
*/
|
|
37
|
+
BAR_CODE = 205,
|
|
38
|
+
/**
|
|
39
|
+
* Image of document confirming owner citizenship
|
|
40
|
+
*/
|
|
41
|
+
PROOF_OF_CITIZENSHIP = 206,
|
|
42
|
+
/**
|
|
43
|
+
* Cropped and rotated with perspective compensation (front side) of a document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most coordinates in other types defined on that image.
|
|
44
|
+
*/
|
|
45
|
+
DOCUMENT_FRONT = 207,
|
|
46
|
+
/**
|
|
47
|
+
* Image of the rear side of the document
|
|
48
|
+
*/
|
|
49
|
+
DOCUMENT_REAR = 208,
|
|
50
|
+
/**
|
|
51
|
+
* Area with dynamic color change
|
|
52
|
+
*/
|
|
53
|
+
COLOR_DYNAMIC = 209,
|
|
54
|
+
/**
|
|
55
|
+
* Additional Portrait
|
|
56
|
+
*/
|
|
57
|
+
GHOST_PORTRAIT = 210,
|
|
58
|
+
/**
|
|
59
|
+
* Stamp
|
|
60
|
+
*/
|
|
61
|
+
STAMP = 211,
|
|
62
|
+
/**
|
|
63
|
+
* Undefined image type
|
|
64
|
+
*/
|
|
65
|
+
OTHER = 250,
|
|
66
|
+
/**
|
|
67
|
+
* Fingerprint (thumb, left hand)
|
|
68
|
+
*/
|
|
69
|
+
FINGER_LEFT_THUMB = 300,
|
|
70
|
+
/**
|
|
71
|
+
* Fingerprint (index, left hand)
|
|
72
|
+
*/
|
|
73
|
+
FINGER_LEFT_INDEX = 301,
|
|
74
|
+
/**
|
|
75
|
+
* Fingerprint (middle, left hand)
|
|
76
|
+
*/
|
|
77
|
+
FINGER_LEFT_MIDDLE = 302,
|
|
78
|
+
/**
|
|
79
|
+
* Fingerprint (ring, left hand)
|
|
80
|
+
*/
|
|
81
|
+
FINGER_LEFT_RING = 303,
|
|
82
|
+
/**
|
|
83
|
+
* Fingerprint (little, left hand)
|
|
84
|
+
*/
|
|
85
|
+
FINGER_LEFT_LITTLE = 304,
|
|
86
|
+
/**
|
|
87
|
+
* Fingerprint (thumb, right hand)
|
|
88
|
+
*/
|
|
89
|
+
FINGER_RIGHT_THUMB = 305,
|
|
90
|
+
/**
|
|
91
|
+
* Fingerprint (index, right hand)
|
|
92
|
+
*/
|
|
93
|
+
FINGER_RIGHT_INDEX = 306,
|
|
94
|
+
/**
|
|
95
|
+
* Fingerprint (middle, right hand)
|
|
96
|
+
*/
|
|
97
|
+
FINGER_RIGHT_MIDDLE = 307,
|
|
98
|
+
/**
|
|
99
|
+
* Fingerprint (ring, right hand)
|
|
100
|
+
*/
|
|
101
|
+
FINGER_RIGHT_RING = 308,
|
|
102
|
+
/**
|
|
103
|
+
* Fingerprint (little, right hand)
|
|
104
|
+
*/
|
|
105
|
+
FINGER_RIGHT_LITTLE = 309,
|
|
106
|
+
/**
|
|
107
|
+
* Fingerprint (four without thumb on right hand)
|
|
108
|
+
*/
|
|
109
|
+
FINGER_RIGHT_FOUR_FINGERS = 313,
|
|
110
|
+
/**
|
|
111
|
+
* Fingerprint (four without thumb on left hand
|
|
112
|
+
*/
|
|
113
|
+
FINGER_LEFT_FOUR_FINGERS = 314,
|
|
114
|
+
/**
|
|
115
|
+
* Fingerprint (two thumbs)
|
|
116
|
+
*/
|
|
117
|
+
FINGER_TWO_THUMBS = 315
|
|
118
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { GraphicFieldType } from './graphic-field-type';
|
|
13
|
+
import { ImageData } from './image-data';
|
|
14
|
+
import { RectangleCoordinates } from './rectangle-coordinates';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GraphicField
|
|
19
|
+
*/
|
|
20
|
+
export interface GraphicField {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {GraphicFieldType}
|
|
24
|
+
* @memberof GraphicField
|
|
25
|
+
*/
|
|
26
|
+
FieldType: GraphicFieldType;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ImageData}
|
|
30
|
+
* @memberof GraphicField
|
|
31
|
+
*/
|
|
32
|
+
image: ImageData;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {RectangleCoordinates}
|
|
36
|
+
* @memberof GraphicField
|
|
37
|
+
*/
|
|
38
|
+
FieldRect?: RectangleCoordinates;
|
|
39
|
+
/**
|
|
40
|
+
* Source data group file. Only for Result.RFID_GRAPHICS result.
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof GraphicField
|
|
43
|
+
*/
|
|
44
|
+
RFID_OriginDG?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Index of the source record of the image with biometric information in the information data group. Only for Result.RFID_GRAPHICS result.
|
|
47
|
+
* @type {number}
|
|
48
|
+
* @memberof GraphicField
|
|
49
|
+
*/
|
|
50
|
+
RFID_OriginDGTag?: number;
|
|
51
|
+
/**
|
|
52
|
+
* Index of the template in the record with biometric data. Only for Result.RFID_GRAPHICS result.
|
|
53
|
+
* @type {number}
|
|
54
|
+
* @memberof GraphicField
|
|
55
|
+
*/
|
|
56
|
+
RFID_OriginTagEntry?: number;
|
|
57
|
+
/**
|
|
58
|
+
* Index of the variant of the biometric data template. Only for Result.RFID_GRAPHICS result.
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof GraphicField
|
|
61
|
+
*/
|
|
62
|
+
RFID_OriginEntryView?: number;
|
|
63
|
+
}
|
|
@@ -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 { GraphicField } from './graphic-field';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GraphicFieldsList
|
|
17
|
+
*/
|
|
18
|
+
export interface GraphicFieldsList {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<GraphicField>}
|
|
22
|
+
* @memberof GraphicFieldsList
|
|
23
|
+
*/
|
|
24
|
+
pArrayFields: Array<GraphicField>;
|
|
25
|
+
}
|
|
@@ -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 { GraphicFieldsList } from './graphic-fields-list';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GraphicsResultAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface GraphicsResultAllOf {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GraphicFieldsList}
|
|
22
|
+
* @memberof GraphicsResultAllOf
|
|
23
|
+
*/
|
|
24
|
+
DocGraphicsInfo?: GraphicFieldsList;
|
|
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 { GraphicsResultAllOf } from './graphics-result-all-of';
|
|
13
|
+
import { ResultItem } from './result-item';
|
|
14
|
+
/**
|
|
15
|
+
* @type GraphicsResult
|
|
16
|
+
* Graphic fields extracted from one of the document sources. Returns separate results for each provided page.
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export declare type GraphicsResult = GraphicsResultAllOf & ResultItem;
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { AreaContainer } from './area-container';
|
|
13
|
+
import { ImageData } from './image-data';
|
|
14
|
+
import { Light } from './light';
|
|
15
|
+
import { RectangleCoordinates } from './rectangle-coordinates';
|
|
16
|
+
import { SecurityFeatureType } from './security-feature-type';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface IdentResultAllOf
|
|
21
|
+
*/
|
|
22
|
+
export interface IdentResultAllOf {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {SecurityFeatureType}
|
|
26
|
+
* @memberof IdentResultAllOf
|
|
27
|
+
*/
|
|
28
|
+
ElementType?: SecurityFeatureType;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Light}
|
|
32
|
+
* @memberof IdentResultAllOf
|
|
33
|
+
*/
|
|
34
|
+
LightIndex?: Light;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {RectangleCoordinates}
|
|
38
|
+
* @memberof IdentResultAllOf
|
|
39
|
+
*/
|
|
40
|
+
Area?: RectangleCoordinates;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {ImageData}
|
|
44
|
+
* @memberof IdentResultAllOf
|
|
45
|
+
*/
|
|
46
|
+
Image?: ImageData;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ImageData}
|
|
50
|
+
* @memberof IdentResultAllOf
|
|
51
|
+
*/
|
|
52
|
+
EtalonImage?: ImageData;
|
|
53
|
+
/**
|
|
54
|
+
* Probability percent for IMAGE_PATTERN check or element\'s visibility for IR_VISIBILITY
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof IdentResultAllOf
|
|
57
|
+
*/
|
|
58
|
+
PercentValue?: number;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {AreaContainer}
|
|
62
|
+
* @memberof IdentResultAllOf
|
|
63
|
+
*/
|
|
64
|
+
AreaList?: AreaContainer;
|
|
65
|
+
}
|
|
@@ -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 { AuthenticityCheckResultItem } from './authenticity-check-result-item';
|
|
13
|
+
import { IdentResultAllOf } from './ident-result-all-of';
|
|
14
|
+
/**
|
|
15
|
+
* @type IdentResult
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export declare type IdentResult = AuthenticityCheckResultItem & IdentResultAllOf;
|
|
@@ -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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ImageData
|
|
16
|
+
*/
|
|
17
|
+
export interface ImageData {
|
|
18
|
+
/**
|
|
19
|
+
* Base64 encoded image
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ImageData
|
|
22
|
+
*/
|
|
23
|
+
image: string;
|
|
24
|
+
}
|