@regulaforensics/document-reader-webclient 7.1.1 → 7.1.3-beta.0
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/dist/main/index.cjs +1 -1
- package/dist/module/index.js +1 -1
- package/lib/index.d.ts +171 -83
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { AxiosInstance } from "axios";
|
|
|
3
3
|
* Regula Document Reader Web API
|
|
4
4
|
* 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
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -86,7 +86,7 @@ export class Configuration {
|
|
|
86
86
|
* Regula Document Reader Web API
|
|
87
87
|
* 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
|
|
88
88
|
*
|
|
89
|
-
* The version of the OpenAPI document:
|
|
89
|
+
* The version of the OpenAPI document: 7.1.0
|
|
90
90
|
*
|
|
91
91
|
*
|
|
92
92
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -129,7 +129,7 @@ export interface PointArray {
|
|
|
129
129
|
* Regula Document Reader Web API
|
|
130
130
|
* 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
|
|
131
131
|
*
|
|
132
|
-
* The version of the OpenAPI document:
|
|
132
|
+
* The version of the OpenAPI document: 7.1.0
|
|
133
133
|
*
|
|
134
134
|
*
|
|
135
135
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -234,7 +234,7 @@ export interface AreaContainer {
|
|
|
234
234
|
* Regula Document Reader Web API
|
|
235
235
|
* 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
|
|
236
236
|
*
|
|
237
|
-
* The version of the OpenAPI document:
|
|
237
|
+
* The version of the OpenAPI document: 7.1.0
|
|
238
238
|
*
|
|
239
239
|
*
|
|
240
240
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -373,7 +373,7 @@ export interface AuthParams {
|
|
|
373
373
|
* Regula Document Reader Web API
|
|
374
374
|
* 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
|
|
375
375
|
*
|
|
376
|
-
* The version of the OpenAPI document:
|
|
376
|
+
* The version of the OpenAPI document: 7.1.0
|
|
377
377
|
*
|
|
378
378
|
*
|
|
379
379
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -475,7 +475,7 @@ export enum AuthenticityResultType {
|
|
|
475
475
|
* Regula Document Reader Web API
|
|
476
476
|
* 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
|
|
477
477
|
*
|
|
478
|
-
* The version of the OpenAPI document:
|
|
478
|
+
* The version of the OpenAPI document: 7.1.0
|
|
479
479
|
*
|
|
480
480
|
*
|
|
481
481
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -505,7 +505,7 @@ export enum CheckResult {
|
|
|
505
505
|
* Regula Document Reader Web API
|
|
506
506
|
* 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
|
|
507
507
|
*
|
|
508
|
-
* The version of the OpenAPI document:
|
|
508
|
+
* The version of the OpenAPI document: 7.1.0
|
|
509
509
|
*
|
|
510
510
|
*
|
|
511
511
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -636,7 +636,7 @@ export enum CheckDiagnose {
|
|
|
636
636
|
* Regula Document Reader Web API
|
|
637
637
|
* 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
|
|
638
638
|
*
|
|
639
|
-
* The version of the OpenAPI document:
|
|
639
|
+
* The version of the OpenAPI document: 7.1.0
|
|
640
640
|
*
|
|
641
641
|
*
|
|
642
642
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -660,7 +660,7 @@ export interface ImageData {
|
|
|
660
660
|
* Regula Document Reader Web API
|
|
661
661
|
* 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
|
|
662
662
|
*
|
|
663
|
-
* The version of the OpenAPI document:
|
|
663
|
+
* The version of the OpenAPI document: 7.1.0
|
|
664
664
|
*
|
|
665
665
|
*
|
|
666
666
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -694,7 +694,7 @@ export enum Light {
|
|
|
694
694
|
* Regula Document Reader Web API
|
|
695
695
|
* 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
|
|
696
696
|
*
|
|
697
|
-
* The version of the OpenAPI document:
|
|
697
|
+
* The version of the OpenAPI document: 7.1.0
|
|
698
698
|
*
|
|
699
699
|
*
|
|
700
700
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -965,7 +965,7 @@ export interface IdentResultAllOf {
|
|
|
965
965
|
* Regula Document Reader Web API
|
|
966
966
|
* 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
|
|
967
967
|
*
|
|
968
|
-
* The version of the OpenAPI document:
|
|
968
|
+
* The version of the OpenAPI document: 7.1.0
|
|
969
969
|
*
|
|
970
970
|
*
|
|
971
971
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1138,7 +1138,7 @@ export interface PhotoIdentResultAllOf {
|
|
|
1138
1138
|
* Regula Document Reader Web API
|
|
1139
1139
|
* 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
|
|
1140
1140
|
*
|
|
1141
|
-
* The version of the OpenAPI document:
|
|
1141
|
+
* The version of the OpenAPI document: 7.1.0
|
|
1142
1142
|
*
|
|
1143
1143
|
*
|
|
1144
1144
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1387,7 +1387,7 @@ export interface AuthenticityResultAllOf {
|
|
|
1387
1387
|
* Regula Document Reader Web API
|
|
1388
1388
|
* 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
|
|
1389
1389
|
*
|
|
1390
|
-
* The version of the OpenAPI document:
|
|
1390
|
+
* The version of the OpenAPI document: 7.1.0
|
|
1391
1391
|
*
|
|
1392
1392
|
*
|
|
1393
1393
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1457,7 +1457,7 @@ export enum DocumentFormat {
|
|
|
1457
1457
|
* Regula Document Reader Web API
|
|
1458
1458
|
* 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
|
|
1459
1459
|
*
|
|
1460
|
-
* The version of the OpenAPI document:
|
|
1460
|
+
* The version of the OpenAPI document: 7.1.0
|
|
1461
1461
|
*
|
|
1462
1462
|
*
|
|
1463
1463
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2462,7 +2462,7 @@ export interface FDSIDList {
|
|
|
2462
2462
|
* Regula Document Reader Web API
|
|
2463
2463
|
* 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
|
|
2464
2464
|
*
|
|
2465
|
-
* The version of the OpenAPI document:
|
|
2465
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2466
2466
|
*
|
|
2467
2467
|
*
|
|
2468
2468
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2566,7 +2566,7 @@ export interface ChosenDocumentTypeResultAllOf {
|
|
|
2566
2566
|
* Regula Document Reader Web API
|
|
2567
2567
|
* 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
|
|
2568
2568
|
*
|
|
2569
|
-
* The version of the OpenAPI document:
|
|
2569
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2570
2570
|
*
|
|
2571
2571
|
*
|
|
2572
2572
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2620,7 +2620,7 @@ export interface BcPDF417INFO {
|
|
|
2620
2620
|
* Regula Document Reader Web API
|
|
2621
2621
|
* 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
|
|
2622
2622
|
*
|
|
2623
|
-
* The version of the OpenAPI document:
|
|
2623
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2624
2624
|
*
|
|
2625
2625
|
*
|
|
2626
2626
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2662,7 +2662,7 @@ export interface BcROIDETECT {
|
|
|
2662
2662
|
* Regula Document Reader Web API
|
|
2663
2663
|
* 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
|
|
2664
2664
|
*
|
|
2665
|
-
* The version of the OpenAPI document:
|
|
2665
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2666
2666
|
*
|
|
2667
2667
|
*
|
|
2668
2668
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2902,7 +2902,7 @@ export interface DocumentPositionResultAllOf {
|
|
|
2902
2902
|
* Regula Document Reader Web API
|
|
2903
2903
|
* 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
|
|
2904
2904
|
*
|
|
2905
|
-
* The version of the OpenAPI document:
|
|
2905
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2906
2906
|
*
|
|
2907
2907
|
*
|
|
2908
2908
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2964,7 +2964,7 @@ export interface DocumentTypesCandidatesResultAllOf {
|
|
|
2964
2964
|
* Regula Document Reader Web API
|
|
2965
2965
|
* 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
|
|
2966
2966
|
*
|
|
2967
|
-
* The version of the OpenAPI document:
|
|
2967
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2968
2968
|
*
|
|
2969
2969
|
*
|
|
2970
2970
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2988,7 +2988,7 @@ export interface EncryptedRCLResultAllOf {
|
|
|
2988
2988
|
* Regula Document Reader Web API
|
|
2989
2989
|
* 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
|
|
2990
2990
|
*
|
|
2991
|
-
* The version of the OpenAPI document:
|
|
2991
|
+
* The version of the OpenAPI document: 7.1.0
|
|
2992
2992
|
*
|
|
2993
2993
|
*
|
|
2994
2994
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3185,7 +3185,7 @@ export interface GraphicsResultAllOf {
|
|
|
3185
3185
|
* Regula Document Reader Web API
|
|
3186
3186
|
* 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
|
|
3187
3187
|
*
|
|
3188
|
-
* The version of the OpenAPI document:
|
|
3188
|
+
* The version of the OpenAPI document: 7.1.0
|
|
3189
3189
|
*
|
|
3190
3190
|
*
|
|
3191
3191
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3230,7 +3230,10 @@ export enum ImageQualityCheckType {
|
|
|
3230
3230
|
* Signals if the portrait is present
|
|
3231
3231
|
*/
|
|
3232
3232
|
Portrait = 7,
|
|
3233
|
-
|
|
3233
|
+
/**
|
|
3234
|
+
* Signals if the document image is bright enough
|
|
3235
|
+
*/
|
|
3236
|
+
Brightness = 9
|
|
3234
3237
|
}
|
|
3235
3238
|
/**
|
|
3236
3239
|
*
|
|
@@ -3317,7 +3320,7 @@ export interface ImageQualityResultAllOf {
|
|
|
3317
3320
|
* Regula Document Reader Web API
|
|
3318
3321
|
* 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
|
|
3319
3322
|
*
|
|
3320
|
-
* The version of the OpenAPI document:
|
|
3323
|
+
* The version of the OpenAPI document: 7.1.0
|
|
3321
3324
|
*
|
|
3322
3325
|
*
|
|
3323
3326
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3374,7 +3377,7 @@ export interface ImagesAvailableSource {
|
|
|
3374
3377
|
* Regula Document Reader Web API
|
|
3375
3378
|
* 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
|
|
3376
3379
|
*
|
|
3377
|
-
* The version of the OpenAPI document:
|
|
3380
|
+
* The version of the OpenAPI document: 7.1.0
|
|
3378
3381
|
*
|
|
3379
3382
|
*
|
|
3380
3383
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3534,7 +3537,7 @@ export interface ImagesResultAllOf {
|
|
|
3534
3537
|
* Regula Document Reader Web API
|
|
3535
3538
|
* 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
|
|
3536
3539
|
*
|
|
3537
|
-
* The version of the OpenAPI document:
|
|
3540
|
+
* The version of the OpenAPI document: 7.1.0
|
|
3538
3541
|
*
|
|
3539
3542
|
*
|
|
3540
3543
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4192,7 +4195,7 @@ export enum LCID {
|
|
|
4192
4195
|
* Regula Document Reader Web API
|
|
4193
4196
|
* 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
|
|
4194
4197
|
*
|
|
4195
|
-
* The version of the OpenAPI document:
|
|
4198
|
+
* The version of the OpenAPI document: 7.1.0
|
|
4196
4199
|
*
|
|
4197
4200
|
*
|
|
4198
4201
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -6726,7 +6729,7 @@ export enum TextFieldType {
|
|
|
6726
6729
|
* Regula Document Reader Web API
|
|
6727
6730
|
* 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
|
|
6728
6731
|
*
|
|
6729
|
-
* The version of the OpenAPI document:
|
|
6732
|
+
* The version of the OpenAPI document: 7.1.0
|
|
6730
6733
|
*
|
|
6731
6734
|
*
|
|
6732
6735
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -6839,7 +6842,7 @@ export interface LexicalAnalysisResultAllOf {
|
|
|
6839
6842
|
* Regula Document Reader Web API
|
|
6840
6843
|
* 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
|
|
6841
6844
|
*
|
|
6842
|
-
* The version of the OpenAPI document:
|
|
6845
|
+
* The version of the OpenAPI document: 7.1.0
|
|
6843
6846
|
*
|
|
6844
6847
|
*
|
|
6845
6848
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7029,7 +7032,7 @@ export interface StatusResultAllOf {
|
|
|
7029
7032
|
* Regula Document Reader Web API
|
|
7030
7033
|
* 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
|
|
7031
7034
|
*
|
|
7032
|
-
* The version of the OpenAPI document:
|
|
7035
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7033
7036
|
*
|
|
7034
7037
|
*
|
|
7035
7038
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7636,7 +7639,7 @@ export interface ContainerList {
|
|
|
7636
7639
|
* Regula Document Reader Web API
|
|
7637
7640
|
* 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
|
|
7638
7641
|
*
|
|
7639
|
-
* The version of the OpenAPI document:
|
|
7642
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7640
7643
|
*
|
|
7641
7644
|
*
|
|
7642
7645
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7690,7 +7693,7 @@ export interface DeviceInfo {
|
|
|
7690
7693
|
* Regula Document Reader Web API
|
|
7691
7694
|
* 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
|
|
7692
7695
|
*
|
|
7693
|
-
* The version of the OpenAPI document:
|
|
7696
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7694
7697
|
*
|
|
7695
7698
|
*
|
|
7696
7699
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7733,7 +7736,7 @@ export interface DocumentTypesCandidates {
|
|
|
7733
7736
|
* Regula Document Reader Web API
|
|
7734
7737
|
* 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
|
|
7735
7738
|
*
|
|
7736
|
-
* The version of the OpenAPI document:
|
|
7739
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7737
7740
|
*
|
|
7738
7741
|
*
|
|
7739
7742
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7824,7 +7827,7 @@ export interface FaceApi {
|
|
|
7824
7827
|
* Regula Document Reader Web API
|
|
7825
7828
|
* 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
|
|
7826
7829
|
*
|
|
7827
|
-
* The version of the OpenAPI document:
|
|
7830
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7828
7831
|
*
|
|
7829
7832
|
*
|
|
7830
7833
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7886,35 +7889,24 @@ export interface ImageQA {
|
|
|
7886
7889
|
*/
|
|
7887
7890
|
documentPositionIndent?: number;
|
|
7888
7891
|
}
|
|
7889
|
-
/**
|
|
7890
|
-
* Regula Document Reader Web API
|
|
7891
|
-
* 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
|
|
7892
|
-
*
|
|
7893
|
-
* The version of the OpenAPI document: 6.9.0
|
|
7894
|
-
*
|
|
7895
|
-
*
|
|
7896
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7897
|
-
* https://openapi-generator.tech
|
|
7898
|
-
* Do not edit the class manually.
|
|
7899
|
-
*/
|
|
7900
7892
|
/**
|
|
7901
7893
|
*
|
|
7902
7894
|
* @export
|
|
7903
|
-
* @interface
|
|
7895
|
+
* @interface ImageTransactionData
|
|
7904
7896
|
*/
|
|
7905
|
-
export interface
|
|
7897
|
+
export interface ImageTransactionData {
|
|
7906
7898
|
/**
|
|
7907
|
-
*
|
|
7908
|
-
* @type {
|
|
7909
|
-
* @memberof
|
|
7899
|
+
*
|
|
7900
|
+
* @type {ImagesFieldValue}
|
|
7901
|
+
* @memberof ImageTransactionData
|
|
7910
7902
|
*/
|
|
7911
|
-
|
|
7903
|
+
image?: ImagesFieldValue;
|
|
7912
7904
|
}
|
|
7913
7905
|
/**
|
|
7914
7906
|
* Regula Document Reader Web API
|
|
7915
7907
|
* 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
|
|
7916
7908
|
*
|
|
7917
|
-
* The version of the OpenAPI document:
|
|
7909
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7918
7910
|
*
|
|
7919
7911
|
*
|
|
7920
7912
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7945,15 +7937,46 @@ export interface InDataVideo {
|
|
|
7945
7937
|
/**
|
|
7946
7938
|
*
|
|
7947
7939
|
* @export
|
|
7948
|
-
* @interface
|
|
7940
|
+
* @interface TransactionImagesFieldValue
|
|
7949
7941
|
*/
|
|
7950
|
-
export interface
|
|
7942
|
+
export interface TransactionImagesFieldValue {
|
|
7951
7943
|
/**
|
|
7952
7944
|
*
|
|
7953
|
-
* @type {
|
|
7954
|
-
* @memberof
|
|
7945
|
+
* @type {GraphicFieldType}
|
|
7946
|
+
* @memberof TransactionImagesFieldValue
|
|
7947
|
+
*/
|
|
7948
|
+
fieldType?: GraphicFieldType;
|
|
7949
|
+
/**
|
|
7950
|
+
*
|
|
7951
|
+
* @type {Light}
|
|
7952
|
+
* @memberof TransactionImagesFieldValue
|
|
7953
|
+
*/
|
|
7954
|
+
light?: Light;
|
|
7955
|
+
/**
|
|
7956
|
+
*
|
|
7957
|
+
* @type {number}
|
|
7958
|
+
* @memberof TransactionImagesFieldValue
|
|
7955
7959
|
*/
|
|
7956
|
-
|
|
7960
|
+
listIdx?: number;
|
|
7961
|
+
/**
|
|
7962
|
+
* Page index of the image from input list
|
|
7963
|
+
* @type {number}
|
|
7964
|
+
* @memberof TransactionImagesFieldValue
|
|
7965
|
+
*/
|
|
7966
|
+
pageIdx?: number;
|
|
7967
|
+
/**
|
|
7968
|
+
* Image url
|
|
7969
|
+
* @type {string}
|
|
7970
|
+
* @memberof TransactionImagesFieldValue
|
|
7971
|
+
*/
|
|
7972
|
+
url?: string;
|
|
7973
|
+
}
|
|
7974
|
+
/**
|
|
7975
|
+
*
|
|
7976
|
+
* @export
|
|
7977
|
+
* @interface InData
|
|
7978
|
+
*/
|
|
7979
|
+
export interface InData {
|
|
7957
7980
|
/**
|
|
7958
7981
|
*
|
|
7959
7982
|
* @type {InDataVideo}
|
|
@@ -7962,16 +7985,16 @@ export interface InData {
|
|
|
7962
7985
|
video?: InDataVideo;
|
|
7963
7986
|
/**
|
|
7964
7987
|
*
|
|
7965
|
-
* @type {Array<
|
|
7988
|
+
* @type {Array<TransactionImagesFieldValue>}
|
|
7966
7989
|
* @memberof InData
|
|
7967
7990
|
*/
|
|
7968
|
-
images?: Array<
|
|
7991
|
+
images?: Array<TransactionImagesFieldValue>;
|
|
7969
7992
|
}
|
|
7970
7993
|
/**
|
|
7971
7994
|
* Regula Document Reader Web API
|
|
7972
7995
|
* 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
|
|
7973
7996
|
*
|
|
7974
|
-
* The version of the OpenAPI document:
|
|
7997
|
+
* The version of the OpenAPI document: 7.1.0
|
|
7975
7998
|
*
|
|
7976
7999
|
*
|
|
7977
8000
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8001,7 +8024,7 @@ export interface InlineResponse200 {
|
|
|
8001
8024
|
* Regula Document Reader Web API
|
|
8002
8025
|
* 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
|
|
8003
8026
|
*
|
|
8004
|
-
* The version of the OpenAPI document:
|
|
8027
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8005
8028
|
*
|
|
8006
8029
|
*
|
|
8007
8030
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8031,7 +8054,7 @@ export enum ProcessingStatus {
|
|
|
8031
8054
|
* Regula Document Reader Web API
|
|
8032
8055
|
* 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
|
|
8033
8056
|
*
|
|
8034
|
-
* The version of the OpenAPI document:
|
|
8057
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8035
8058
|
*
|
|
8036
8059
|
*
|
|
8037
8060
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8130,7 +8153,7 @@ export interface InlineResponse2001 {
|
|
|
8130
8153
|
* Regula Document Reader Web API
|
|
8131
8154
|
* 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
|
|
8132
8155
|
*
|
|
8133
|
-
* The version of the OpenAPI document:
|
|
8156
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8134
8157
|
*
|
|
8135
8158
|
*
|
|
8136
8159
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8168,7 +8191,7 @@ export enum LogLevel {
|
|
|
8168
8191
|
* Regula Document Reader Web API
|
|
8169
8192
|
* 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
|
|
8170
8193
|
*
|
|
8171
|
-
* The version of the OpenAPI document:
|
|
8194
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8172
8195
|
*
|
|
8173
8196
|
*
|
|
8174
8197
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8210,7 +8233,7 @@ export enum MRZFormat {
|
|
|
8210
8233
|
* Regula Document Reader Web API
|
|
8211
8234
|
* 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
|
|
8212
8235
|
*
|
|
8213
|
-
* The version of the OpenAPI document:
|
|
8236
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8214
8237
|
*
|
|
8215
8238
|
*
|
|
8216
8239
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8232,17 +8255,6 @@ export enum MeasureSystem {
|
|
|
8232
8255
|
*/
|
|
8233
8256
|
IMPERIAL = 1
|
|
8234
8257
|
}
|
|
8235
|
-
/**
|
|
8236
|
-
* Regula Document Reader Web API
|
|
8237
|
-
* 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
|
|
8238
|
-
*
|
|
8239
|
-
* The version of the OpenAPI document: 6.9.0
|
|
8240
|
-
*
|
|
8241
|
-
*
|
|
8242
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8243
|
-
* https://openapi-generator.tech
|
|
8244
|
-
* Do not edit the class manually.
|
|
8245
|
-
*/
|
|
8246
8258
|
/**
|
|
8247
8259
|
*
|
|
8248
8260
|
* @export
|
|
@@ -8250,17 +8262,23 @@ export enum MeasureSystem {
|
|
|
8250
8262
|
*/
|
|
8251
8263
|
export interface OutData {
|
|
8252
8264
|
/**
|
|
8253
|
-
*
|
|
8265
|
+
* Response url
|
|
8254
8266
|
* @type {string}
|
|
8255
8267
|
* @memberof OutData
|
|
8256
8268
|
*/
|
|
8257
8269
|
url?: string;
|
|
8270
|
+
/**
|
|
8271
|
+
*
|
|
8272
|
+
* @type {Array<TransactionImagesFieldValue>}
|
|
8273
|
+
* @memberof OutData
|
|
8274
|
+
*/
|
|
8275
|
+
images?: Array<TransactionImagesFieldValue>;
|
|
8258
8276
|
}
|
|
8259
8277
|
/**
|
|
8260
8278
|
* Regula Document Reader Web API
|
|
8261
8279
|
* 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
|
|
8262
8280
|
*
|
|
8263
|
-
* The version of the OpenAPI document:
|
|
8281
|
+
* The version of the OpenAPI document: 7.1.0
|
|
8264
8282
|
*
|
|
8265
8283
|
*
|
|
8266
8284
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9150,7 +9168,7 @@ export enum ParsingNotificationCodes {
|
|
|
9150
9168
|
* Regula Document Reader Web API
|
|
9151
9169
|
* 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
|
|
9152
9170
|
*
|
|
9153
|
-
* The version of the OpenAPI document:
|
|
9171
|
+
* The version of the OpenAPI document: 7.1.0
|
|
9154
9172
|
*
|
|
9155
9173
|
*
|
|
9156
9174
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9193,7 +9211,7 @@ export interface ProcessParamsRfid {
|
|
|
9193
9211
|
* Regula Document Reader Web API
|
|
9194
9212
|
* 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
|
|
9195
9213
|
*
|
|
9196
|
-
* The version of the OpenAPI document:
|
|
9214
|
+
* The version of the OpenAPI document: 7.1.0
|
|
9197
9215
|
*
|
|
9198
9216
|
*
|
|
9199
9217
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9311,7 +9329,7 @@ export enum Result {
|
|
|
9311
9329
|
* Regula Document Reader Web API
|
|
9312
9330
|
* 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
|
|
9313
9331
|
*
|
|
9314
|
-
* The version of the OpenAPI document:
|
|
9332
|
+
* The version of the OpenAPI document: 7.1.0
|
|
9315
9333
|
*
|
|
9316
9334
|
*
|
|
9317
9335
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9401,7 +9419,7 @@ export enum Scenario {
|
|
|
9401
9419
|
* Regula Document Reader Web API
|
|
9402
9420
|
* 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
|
|
9403
9421
|
*
|
|
9404
|
-
* The version of the OpenAPI document:
|
|
9422
|
+
* The version of the OpenAPI document: 7.1.0
|
|
9405
9423
|
*
|
|
9406
9424
|
*
|
|
9407
9425
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9789,7 +9807,7 @@ export interface ProcessRequestImage {
|
|
|
9789
9807
|
* Regula Document Reader Web API
|
|
9790
9808
|
* 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
|
|
9791
9809
|
*
|
|
9792
|
-
* The version of the OpenAPI document:
|
|
9810
|
+
* The version of the OpenAPI document: 7.1.0
|
|
9793
9811
|
*
|
|
9794
9812
|
*
|
|
9795
9813
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9929,6 +9947,19 @@ export interface ProcessResponse {
|
|
|
9929
9947
|
*/
|
|
9930
9948
|
elapsedTime?: number;
|
|
9931
9949
|
}
|
|
9950
|
+
/**
|
|
9951
|
+
*
|
|
9952
|
+
* @export
|
|
9953
|
+
* @interface TransactionImage
|
|
9954
|
+
*/
|
|
9955
|
+
export interface TransactionImage {
|
|
9956
|
+
/**
|
|
9957
|
+
*
|
|
9958
|
+
* @type {ImagesFieldValue}
|
|
9959
|
+
* @memberof TransactionImage
|
|
9960
|
+
*/
|
|
9961
|
+
image?: ImagesFieldValue;
|
|
9962
|
+
}
|
|
9932
9963
|
/**
|
|
9933
9964
|
*
|
|
9934
9965
|
* @export
|
|
@@ -9960,6 +9991,63 @@ export interface TransactionProcessGetResponse {
|
|
|
9960
9991
|
*/
|
|
9961
9992
|
inData?: InData;
|
|
9962
9993
|
}
|
|
9994
|
+
/**
|
|
9995
|
+
*
|
|
9996
|
+
* @export
|
|
9997
|
+
* @interface TransactionProcessRequest
|
|
9998
|
+
*/
|
|
9999
|
+
export interface TransactionProcessRequest {
|
|
10000
|
+
/**
|
|
10001
|
+
* session id
|
|
10002
|
+
* @type {string}
|
|
10003
|
+
* @memberof TransactionProcessRequest
|
|
10004
|
+
*/
|
|
10005
|
+
tag?: string;
|
|
10006
|
+
/**
|
|
10007
|
+
*
|
|
10008
|
+
* @type {ProcessParams}
|
|
10009
|
+
* @memberof TransactionProcessRequest
|
|
10010
|
+
*/
|
|
10011
|
+
processParam: ProcessParams;
|
|
10012
|
+
/**
|
|
10013
|
+
*
|
|
10014
|
+
* @type {Array<ProcessRequestImage>}
|
|
10015
|
+
* @memberof TransactionProcessRequest
|
|
10016
|
+
*/
|
|
10017
|
+
List?: Array<ProcessRequestImage>;
|
|
10018
|
+
/**
|
|
10019
|
+
* Live portrait photo
|
|
10020
|
+
* @type {string}
|
|
10021
|
+
* @memberof TransactionProcessRequest
|
|
10022
|
+
*/
|
|
10023
|
+
livePortrait?: string;
|
|
10024
|
+
/**
|
|
10025
|
+
* Portrait photo from an external source
|
|
10026
|
+
* @type {string}
|
|
10027
|
+
* @memberof TransactionProcessRequest
|
|
10028
|
+
*/
|
|
10029
|
+
extPortrait?: string;
|
|
10030
|
+
/**
|
|
10031
|
+
*
|
|
10032
|
+
* @type {ContainerList}
|
|
10033
|
+
* @memberof TransactionProcessRequest
|
|
10034
|
+
*/
|
|
10035
|
+
ContainerList?: ContainerList;
|
|
10036
|
+
/**
|
|
10037
|
+
*
|
|
10038
|
+
* @type {ProcessSystemInfo}
|
|
10039
|
+
* @memberof TransactionProcessRequest
|
|
10040
|
+
*/
|
|
10041
|
+
systemInfo?: ProcessSystemInfo;
|
|
10042
|
+
/**
|
|
10043
|
+
* Free-form object to be included in response. Must be object, not list or simple value. Do not affect document processing. Use it freely to pass your app params. Stored in process logs.
|
|
10044
|
+
* @type {{ [key: string]: object; }}
|
|
10045
|
+
* @memberof TransactionProcessRequest
|
|
10046
|
+
*/
|
|
10047
|
+
passBackObject?: {
|
|
10048
|
+
[key: string]: object;
|
|
10049
|
+
};
|
|
10050
|
+
}
|
|
9963
10051
|
export class TextFieldExt implements TextField {
|
|
9964
10052
|
fieldType: TextFieldType;
|
|
9965
10053
|
fieldName: string;
|