|
| 1 | +--- |
| 2 | +layout: null |
| 3 | +sitemap: false |
| 4 | +--- |
| 5 | + |
| 6 | +# Feature Layer - Barcode Recognition - Server Editions (v11.x) |
| 7 | + |
| 8 | +> Root Documentation: https://www.dynamsoft.com/barcode-reader/docs/llms.txt |
| 9 | +> This Layer URL: https://www.dynamsoft.com/barcode-reader/docs/server/ |
| 10 | + |
| 11 | +This documentation covers Dynamsoft Barcode Reader SDK v11.x. It defines the Barcode Recognition Feature Layer APIs for server-side language editions. |
| 12 | + |
| 13 | +**Language Editions:** |
| 14 | +- Python: https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/ |
| 15 | +- Java: https://www.dynamsoft.com/barcode-reader/docs/server/programming/java/ |
| 16 | +- .NET: https://www.dynamsoft.com/barcode-reader/docs/server/programming/dotnet/ |
| 17 | +- C++: https://www.dynamsoft.com/barcode-reader/docs/server/programming/cplusplus/ |
| 18 | + |
| 19 | +## LLM Guidance |
| 20 | + |
| 21 | +- This layer provides barcode-specific result classes and enumerations. It does NOT contain the main entry point (CaptureVisionRouter) - that is in the Workflow Layer. |
| 22 | +- DecodedBarcodesResult is the primary result class; BarcodeResultItem contains individual barcode data (text, bytes, format, location). |
| 23 | +- SimplifiedBarcodeReaderSettings provides a quick configuration API; for full control, use JSON parameters from the Core Concepts & Parameter Layer. |
| 24 | +- Barcode format-specific details (QR ECC level, PDF417 rows/columns, DataMatrix data region info) are available through the corresponding details classes. |
| 25 | +- When explaining barcode reading workflows, combine CaptureVisionRouter (from Workflow Layer) with DecodedBarcodesResult (from this layer) and parameter configuration (from Core Concepts & Parameter Layer). |
| 26 | +- API shapes are equivalent across language editions; C++ uses pointers, Java/.NET use managed objects, Python uses Pythonic wrappers. |
| 27 | + |
| 28 | +## Related Layers |
| 29 | + |
| 30 | +**Workflow Layer APIs:** |
| 31 | +- Server Editions: https://www.dynamsoft.com/capture-vision/docs/server/llms.txt |
| 32 | +- Web Editions: https://www.dynamsoft.com/capture-vision/docs/web/llms.txt |
| 33 | +- Mobile Editions: https://www.dynamsoft.com/capture-vision/docs/mobile/llms.txt |
| 34 | + |
| 35 | +**Core Concepts & Parameter Layer:** |
| 36 | +- Parameter & Architecture Reference: https://www.dynamsoft.com/capture-vision/docs/core/llms.txt |
| 37 | +- Barcode Knowledge Base: https://www.dynamsoft.com/barcode-reader/docs/core/llms.txt |
| 38 | + |
| 39 | +**Other Barcode Recognition Feature Layer Language Editions:** |
| 40 | +- Web Editions: https://www.dynamsoft.com/barcode-reader/docs/web/llms.txt |
| 41 | +- Mobile Editions: https://www.dynamsoft.com/barcode-reader/docs/mobile/llms.txt |
| 42 | + |
| 43 | +## Pages |
| 44 | + |
| 45 | +{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %} |
| 46 | +{% endfor %} |
| 47 | + |
| 48 | +## Samples |
| 49 | + |
| 50 | +- [Python Edition Samples](https://github.com/Dynamsoft/barcode-reader-python-samples): Samples of Dynamsoft Barcode Reader SDK Python Edition |
| 51 | +- [.NET Edition Samples](https://github.com/Dynamsoft/barcode-reader-dotnet-samples): Samples of Dynamsoft Barcode Reader SDK .NET Edition |
| 52 | +- [C++ Edition Samples](https://github.com/Dynamsoft/barcode-reader-c-cpp-samples): Samples of Dynamsoft Barcode Reader SDK C++ Edition |
| 53 | +- [Java Edition Samples](https://github.com/Dynamsoft/barcode-reader-java-samples): Samples of Dynamsoft Barcode Reader SDK Java Edition |
0 commit comments