|
| 1 | +/* tslint:disable */ |
| 2 | +/* eslint-disable */ |
| 3 | +/** |
| 4 | + * Regula Document Reader Web API |
| 5 | + * 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 |
| 6 | + * |
| 7 | + * The version of the OpenAPI document: 7.2.0 |
| 8 | + * |
| 9 | + * |
| 10 | + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
| 11 | + * https://openapi-generator.tech |
| 12 | + * Do not edit the class manually. |
| 13 | + */ |
| 14 | + |
| 15 | + |
| 16 | +import { AuthenticityResult } from './authenticity-result'; |
| 17 | +import { ByteArrayResultAllOf } from './byte-array-result-all-of'; |
| 18 | +import { ChosenDocumentTypeResult } from './chosen-document-type-result'; |
| 19 | +import { DocBarCodeInfo } from './doc-bar-code-info'; |
| 20 | +import { DocumentImageResult } from './document-image-result'; |
| 21 | +import { DocumentPositionResult } from './document-position-result'; |
| 22 | +import { DocumentTypesCandidatesResult } from './document-types-candidates-result'; |
| 23 | +import { EncryptedRCLResult } from './encrypted-rclresult'; |
| 24 | +import { GraphicsResult } from './graphics-result'; |
| 25 | +import { ImageQualityResult } from './image-quality-result'; |
| 26 | +import { ImagesResult } from './images-result'; |
| 27 | +import { LexicalAnalysisResult } from './lexical-analysis-result'; |
| 28 | +import { LicenseResult } from './license-result'; |
| 29 | +import { ResultItem } from './result-item'; |
| 30 | +import { StatusResult } from './status-result'; |
| 31 | +import { TextDataResult } from './text-data-result'; |
| 32 | +import { TextResult } from './text-result'; |
| 33 | + |
| 34 | +/** |
| 35 | + * @type ByteArrayResult |
| 36 | + * @export |
| 37 | + */ |
| 38 | +export type ByteArrayResult = ByteArrayResultAllOf & ResultItem; |
| 39 | + |
| 40 | + |
| 41 | + |
0 commit comments