-
Notifications
You must be signed in to change notification settings - Fork 10
/
e-graphic-field-type.yml
89 lines (89 loc) · 2.6 KB
/
e-graphic-field-type.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
openapi: 3.0.3
components:
schemas:
GraphicFieldName:
description: "Human readable field name. Do not bind to this name - use GraphicFieldType instead."
type: string
GraphicFieldType:
type: integer
enum:
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 213
- 250
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 313
- 314
- 315
x-enum-descriptions:
- "Document holder photo"
- "Fingerprint of document holder"
- "Image of the iris of document holder"
- "Signature of document holder"
- "Barcode image"
- "Image of document confirming owner citizenship"
- "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."
- "Image of the rear side of the document"
- "Area with dynamic color change"
- "Additional Portrait"
- "Stamp"
- "Contact chip"
- "Undefined image type"
- "Fingerprint (thumb, left hand)"
- "Fingerprint (index, left hand)"
- "Fingerprint (middle, left hand)"
- "Fingerprint (ring, left hand)"
- "Fingerprint (little, left hand)"
- "Fingerprint (thumb, right hand)"
- "Fingerprint (index, right hand)"
- "Fingerprint (middle, right hand)"
- "Fingerprint (ring, right hand)"
- "Fingerprint (little, right hand)"
- "Fingerprint (four without thumb on right hand)"
- "Fingerprint (four without thumb on left hand"
- "Fingerprint (two thumbs)"
x-enum-varnames:
- "PORTRAIT"
- "FINGERPRINT"
- "EYE"
- "SIGNATURE"
- "BAR_CODE"
- "PROOF_OF_CITIZENSHIP"
- "DOCUMENT_FRONT"
- "DOCUMENT_REAR"
- "COLOR_DYNAMIC"
- "GHOST_PORTRAIT"
- "STAMP"
- "CONTACT_CHIP"
- "OTHER"
- "FINGER_LEFT_THUMB"
- "FINGER_LEFT_INDEX"
- "FINGER_LEFT_MIDDLE"
- "FINGER_LEFT_RING"
- "FINGER_LEFT_LITTLE"
- "FINGER_RIGHT_THUMB"
- "FINGER_RIGHT_INDEX"
- "FINGER_RIGHT_MIDDLE"
- "FINGER_RIGHT_RING"
- "FINGER_RIGHT_LITTLE"
- "FINGER_RIGHT_FOUR_FINGERS"
- "FINGER_LEFT_FOUR_FINGERS"
- "FINGER_TWO_THUMBS"