Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions e-text-field-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ components:
- 697
- 698
- 699
- 700
x-enum-descriptions:
- "Document class code"
- "Issuing state code"
Expand Down Expand Up @@ -1304,6 +1305,7 @@ components:
- "Nationality code (Alpha-2)"
- "First issue date check digit"
- "First issue date checksum"
- "Age over NN"
x-enum-varnames:
- "DOCUMENT_CLASS_CODE"
- "ISSUING_STATE_CODE"
Expand Down Expand Up @@ -1954,3 +1956,4 @@ components:
- "FT_NATIONALITY_CODE_ALPHA2"
- "FT_FIRST_ISSUE_DATE_CHECK_DIGIT"
- "FT_FIRST_ISSUE_DATE_CHECKSUM"
- "FT_AGE_OVER_NN"
6 changes: 6 additions & 0 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ components:
- 104
- 105
- 109
- 120
- 121
x-enum-descriptions:
- "Contains cropped and rotated with perspective compensation image of document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most of coordinates in other types defined on that image"
- "Contains MRZ OCR results"
Expand Down Expand Up @@ -84,6 +86,8 @@ components:
- "Contains RFID binary data"
- "Contains RFID original graphics data"
- "Digital Travel Credential data"
- "Contains MDL device raw response"
- "Contains MDL device parsed response"
x-enum-varnames:
- "DOCUMENT_IMAGE"
- "MRZ_TEXT"
Expand Down Expand Up @@ -121,6 +125,8 @@ components:
- "RFID_BINARY_DATA"
- "RFID_ORIGINAL_GRAPHICS"
- "DTC_VC"
- "MDL_DEVICE_RAW_RESPONSE"
- "MDL_DEVICE_PARSED_RESPONSE"

ResultItem:
title: "ResultItem"
Expand Down