@@ -168,7 +168,7 @@ components:
168168 49 : " EncryptedRCLResult"
169169 50 : " LicenseResult"
170170 61 : " MRZPositionResult"
171- 62 : " DocumentPositionResult "
171+ 62 : " BarcodePositionResult "
172172 85 : " DocumentPositionResult"
173173 87 : " MRZDetectorResult"
174174 97 : " FaceDetectionResult"
@@ -204,6 +204,7 @@ components:
204204 - $ref : " #/components/schemas/LexicalAnalysisResult"
205205 - $ref : " #/components/schemas/AuthenticityResult"
206206 - $ref : " #/components/schemas/ImageQualityResult"
207+ - $ref : " #/components/schemas/BarcodePositionResult"
207208 - $ref : " #/components/schemas/DocumentPositionResult"
208209 - $ref : " #/components/schemas/DocBarCodeInfo"
209210 - $ref : " #/components/schemas/LicenseResult"
@@ -301,6 +302,13 @@ components:
301302 - $ref : " #/components/schemas/ResultItem"
302303 - $ref : " ./rt-image-quality.yml#/components/schemas/ImageQualityCheckListItem"
303304
305+ BarcodePositionResult :
306+ title : " BarcodePositionResult"
307+ description : " Contains information about barcode position on the input image, its center, angle, etc"
308+ allOf :
309+ - $ref : " #/components/schemas/ResultItem"
310+ - $ref : " ./rt-barcode-position.yml#/components/schemas/BarcodePositionItem"
311+
304312 DocumentPositionResult :
305313 title : " DocumentPositionResult"
306314 description : " Contains information about document position on the input image, its center, angle, etc"
0 commit comments