You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ components:
18
18
19
19
CheckResult:
20
20
type: integer
21
+
description: "0 - result is negative; 1 - result is positive; 2 - сheck was not performed"
21
22
enum:
22
23
- 0
23
24
- 1
@@ -86,9 +87,10 @@ components:
86
87
description: "Base64 encoded image"
87
88
type: string
88
89
format: byte
90
+
example: "Base64 encoded image"
89
91
90
92
RectangleCoordinates:
91
-
description: "Coordinates of the rectangle region in the normalized image of the document"
93
+
description: "Coordinates of the rectangle region on a document image(result type 1). Represented by two points - (left, top) + (right, bottom)"
92
94
type: object
93
95
required:
94
96
- left
@@ -107,7 +109,7 @@ components:
107
109
108
110
RfidLocation:
109
111
type: integer
110
-
description: "Determines the presence and location of an RFID chip in a document"
112
+
description: "Determines the presence and location of an RFID chip in a document. 0 - no rfid chip; 1 - chip is located in the document data page; 2 - chip is located in the back page or inlay of the document"
0 commit comments