diff --git a/programming/cplusplus/api-reference/aztec-details.md b/programming/cplusplus/api-reference/aztec-details.md index b356e345..189f5a03 100644 --- a/programming/cplusplus/api-reference/aztec-details.md +++ b/programming/cplusplus/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CAztecDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CAztecDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CAztecDetails class in Dynamsoft Barcode Reader C++ Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, CAztecDetails, api reference --- # CAztecDetails diff --git a/programming/cplusplus/api-reference/barcode-details.md b/programming/cplusplus/api-reference/barcode-details.md index 002ad4fc..21a8272a 100644 --- a/programming/cplusplus/api-reference/barcode-details.md +++ b/programming/cplusplus/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CBarcodeDetails abstract base class in Dynamsoft Barcode Reader C++ Edition, which is the parent class for all barcode-format-specific detail classes. keywords: CBarcodeDetails, api reference --- # CBarcodeDetails diff --git a/programming/cplusplus/api-reference/barcode-reader-module.md b/programming/cplusplus/api-reference/barcode-reader-module.md index bc848377..a8f840a3 100644 --- a/programming/cplusplus/api-reference/barcode-reader-module.md +++ b/programming/cplusplus/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeReaderModule Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows the C++ edition of the class CBarcodeReaderModule in Barcode Reader Module. +description: API reference for the CBarcodeReaderModule class in Dynamsoft Barcode Reader C++ Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, c++ needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/api-reference/barcode-result-item.md b/programming/cplusplus/api-reference/barcode-result-item.md index 29aeecc4..dcc64f99 100644 --- a/programming/cplusplus/api-reference/barcode-result-item.md +++ b/programming/cplusplus/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CBarcodeResultItem Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CBarcodeResultItem class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CBarcodeResultItem class in Dynamsoft Barcode Reader C++ Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, CBarcodeResultItem, api reference --- diff --git a/programming/cplusplus/api-reference/candidate-barcode-zone.md b/programming/cplusplus/api-reference/candidate-barcode-zone.md index c4774a98..124e9d3f 100644 --- a/programming/cplusplus/api-reference/candidate-barcode-zone.md +++ b/programming/cplusplus/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CCandidateBarcodeZone Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CCandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CCandidateBarcodeZone class in Dynamsoft Barcode Reader C++ Edition, representing a candidate barcode region with location and possible format information. keywords: GetLocation, SetLocation, GetPossibleFormats, SetPossibleFormats, CCandidateBarcodeZone, api reference --- # CCandidateBarcodeZone Class diff --git a/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md b/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md index 998fa83c..d5a8c25b 100644 --- a/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md +++ b/programming/cplusplus/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CCandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CCandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CCandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: GetCount, GetCandidateBarcodeZone, AddCandidateBarcodeZone, RemoveAllCandidateBarcodeZones, RemoveCandidateBarcodeZone, SetCandidateBarcodeZone, CCandidateBarcodeZonesUnit, api reference --- # CCandidateBarcodeZonesUnit Class diff --git a/programming/cplusplus/api-reference/complemented-barcode-image-unit.md b/programming/cplusplus/api-reference/complemented-barcode-image-unit.md index 777f7cff..17240a1c 100644 --- a/programming/cplusplus/api-reference/complemented-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: GetImageData, GetLocation, SetLocation, CComplementedBarcodeImageUnit, api reference --- # CComplementedBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/datamatrix-details.md b/programming/cplusplus/api-reference/datamatrix-details.md index 50254730..21bffe86 100644 --- a/programming/cplusplus/api-reference/datamatrix-details.md +++ b/programming/cplusplus/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDataMatrixDetails class in Dynamsoft Barcode Reader C++ Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, CDataMatrixDetails, api reference --- # CDataMatrixDetails diff --git a/programming/cplusplus/api-reference/decoded-barcode-element.md b/programming/cplusplus/api-reference/decoded-barcode-element.md index 02304fdc..936309c6 100644 --- a/programming/cplusplus/api-reference/decoded-barcode-element.md +++ b/programming/cplusplus/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodeElement Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodeElement class in Dynamsoft Barcode Reader C++ Edition, an intermediate result element providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: GetFormat, GetText, GetBytes, GetAngle, GetConfidence, IsDPM, CDecodedBarcodeElement, api reference --- # CDecodedBarcodeElement Class diff --git a/programming/cplusplus/api-reference/decoded-barcodes-result.md b/programming/cplusplus/api-reference/decoded-barcodes-result.md index a1e4d881..b3853a4a 100644 --- a/programming/cplusplus/api-reference/decoded-barcodes-result.md +++ b/programming/cplusplus/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodesResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodesResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodesResult class in Dynamsoft Barcode Reader C++ Edition, which aggregates all decoded barcode items from a single capture, along with source image hash, error code, and error message. keywords: GetOriginalImageHashId, GetItemsCount, GetErrorCode, CDecodedBarcodesResult, api reference --- # CDecodedBarcodesResult Class diff --git a/programming/cplusplus/api-reference/decoded-barcodes-unit.md b/programming/cplusplus/api-reference/decoded-barcodes-unit.md index 63a8e80b..81c9f335 100644 --- a/programming/cplusplus/api-reference/decoded-barcodes-unit.md +++ b/programming/cplusplus/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDecodedBarcodesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDecodedBarcodesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: GetCount, GetDecodedBarcode, RemoveAllDecodedBarcodes, SetDecodedBarcode, CDecodedBarcodesUnit, api reference --- # CDecodedBarcodesUnit Class diff --git a/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md b/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md index 638f6c49..0facc304 100644 --- a/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: GetDeformationResistedBarcode, SetDeformationResistedBarcode, CDeformationResistedBarcodeImageUnit, api reference --- # CDeformationResistedBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/deformation-resisted-barcode.md b/programming/cplusplus/api-reference/deformation-resisted-barcode.md index bd75a759..c4f4ffbd 100644 --- a/programming/cplusplus/api-reference/deformation-resisted-barcode.md +++ b/programming/cplusplus/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CDeformationResistedBarcode Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CDeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CDeformationResistedBarcode class in Dynamsoft Barcode Reader C++ Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: GetLocation, SetLocation, GetFormat, SetFormat, GetImageData, SetImageData, CDeformationResistedBarcode, api reference --- # CDeformationResistedBarcode Class diff --git a/programming/cplusplus/api-reference/eci-segment.md b/programming/cplusplus/api-reference/eci-segment.md index eae51cbb..2d08fd7a 100644 --- a/programming/cplusplus/api-reference/eci-segment.md +++ b/programming/cplusplus/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CECISegment Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CECISegment class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CECISegment class in Dynamsoft Barcode Reader C++ Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: CECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/cplusplus/api-reference/enum-barcode-format.md b/programming/cplusplus/api-reference/enum-barcode-format.md index 28710783..c9c3ddf6 100644 --- a/programming/cplusplus/api-reference/enum-barcode-format.md +++ b/programming/cplusplus/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: BarcodeFormat - Dynamsoft Barcode Reader Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +title: BarcodeFormat - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the BarcodeFormat enumeration in DBR C++ Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-deblur-mode.md b/programming/cplusplus/api-reference/enum-deblur-mode.md index 3f2ed636..76e148a1 100644 --- a/programming/cplusplus/api-reference/enum-deblur-mode.md +++ b/programming/cplusplus/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: DeblurMode - Dynamsoft Barcode Reader Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +title: DeblurMode - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the DeblurMode enumeration in DBR C++ Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md b/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md index 8fa2cbfb..3289a835 100644 --- a/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md +++ b/programming/cplusplus/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the ExtendedBarcodeResultType enumeration in DBR C++ Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-localization-mode.md b/programming/cplusplus/api-reference/enum-localization-mode.md index 6ad218c2..7e078e1d 100644 --- a/programming/cplusplus/api-reference/enum-localization-mode.md +++ b/programming/cplusplus/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: LocalizationMode - Dynamsoft Barcode Reader Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +title: LocalizationMode - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the LocalizationMode enumeration in DBR C++ Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md b/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md index f240711e..46713b15 100644 --- a/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/cplusplus/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout -title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader C++ Enumerations +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR C++ Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/cplusplus/api-reference/extended-barcode-result.md b/programming/cplusplus/api-reference/extended-barcode-result.md index 2b5f5ad6..52eba4a8 100644 --- a/programming/cplusplus/api-reference/extended-barcode-result.md +++ b/programming/cplusplus/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CExtendedBarcodeResult class in Dynamsoft Barcode Reader C++ Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, CExtendedBarcodeResult, api reference --- # CExtendedBarcodeResult Class diff --git a/programming/cplusplus/api-reference/index.md b/programming/cplusplus/api-reference/index.md index fb9fe0d7..45eebeef 100644 --- a/programming/cplusplus/api-reference/index.md +++ b/programming/cplusplus/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader C++ API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for C++ Language. +description: Full API reference index for Dynamsoft Barcode Reader C++ Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, C++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/api-reference/localized-barcode-element.md b/programming/cplusplus/api-reference/localized-barcode-element.md index ffe1e83a..85e4e08f 100644 --- a/programming/cplusplus/api-reference/localized-barcode-element.md +++ b/programming/cplusplus/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CLocalizedBarcodeElement Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CLocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CLocalizedBarcodeElement class in Dynamsoft Barcode Reader C++ Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: GetAngle, GetConfidence, GetPossibleFormats, GetPossibleFormatsString, GetModuleSize, SetPossibleFormats, CLocalizedBarcodeElement, api reference --- # CLocalizedBarcodeElement Class diff --git a/programming/cplusplus/api-reference/localized-barcodes-unit.md b/programming/cplusplus/api-reference/localized-barcodes-unit.md index 85c52d9a..ee9f5eca 100644 --- a/programming/cplusplus/api-reference/localized-barcodes-unit.md +++ b/programming/cplusplus/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CLocalizedBarcodesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CLocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CLocalizedBarcodesUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: GetCount, GetLocalizedBarcode, AddLocalizedBarcode, RemoveAllLocalizedBarcodes, RemoveLocalizedBarcode, SetLocalizedBarcode, CLocalizedBarcodesUnit, api reference --- # CLocalizedBarcodesUnit Class diff --git a/programming/cplusplus/api-reference/oned-code-details.md b/programming/cplusplus/api-reference/oned-code-details.md index 9f68a375..872c9dde 100644 --- a/programming/cplusplus/api-reference/oned-code-details.md +++ b/programming/cplusplus/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: COneDCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows COneDCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the COneDCodeDetails class in Dynamsoft Barcode Reader C++ Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, COneDCodeDetails, api reference --- # COneDCodeDetails diff --git a/programming/cplusplus/api-reference/pdf417-details.md b/programming/cplusplus/api-reference/pdf417-details.md index 67aca54e..2ed1e281 100644 --- a/programming/cplusplus/api-reference/pdf417-details.md +++ b/programming/cplusplus/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CPDF417Details Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CPDF417Details class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CPDF417Details class in Dynamsoft Barcode Reader C++ Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, CPDF417Details, api reference --- # CPDF417Details diff --git a/programming/cplusplus/api-reference/qr-code-details.md b/programming/cplusplus/api-reference/qr-code-details.md index 494a3916..04f742d1 100644 --- a/programming/cplusplus/api-reference/qr-code-details.md +++ b/programming/cplusplus/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CQRCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CQRCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CQRCodeDetails class in Dynamsoft Barcode Reader C++ Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, CQRCodeDetails, api reference --- # CQRCodeDetails diff --git a/programming/cplusplus/api-reference/scaled-barcode-image-unit.md b/programming/cplusplus/api-reference/scaled-barcode-image-unit.md index e1f79b4e..528d1720 100644 --- a/programming/cplusplus/api-reference/scaled-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the CScaledBarcodeImageUnit class in Dynamsoft Barcode Reader C++ Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: GetImageData, SetImageData, CScaledBarcodeImageUnit, api reference --- # CScaledBarcodeImageUnit Class diff --git a/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md b/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md index 14c39ac3..e69de29b 100644 --- a/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md +++ b/programming/cplusplus/api-reference/scaled-up-barcode-image-unit.md @@ -1,78 +0,0 @@ ---- -layout: default-layout -title: CScaledUpBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows CScaledUpBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition. -keywords: GetImageData, SetImageData, CScaledUpBarcodeImageUnit, api reference -ignore: true ---- -# CScaledUpBarcodeImageUnit Class - -The `CScaledUpBarcodeImageUnit` class represents a unit that contains scaled up barcode image. It inherits from the `CIntermediateResultUnit` class. - -## Definition - -*Namespace:* dynamsoft::dbr::intermediate_results - -*Assembly:* DynamsoftBarcodeReader - -*Inheritance:* [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html) -> CScaledUpBarcodeImageUnit - -```cpp -class CScaledUpBarcodeImageUnit: public CIntermediateResultUnit -``` - -## Methods - -| Method | Description | -|-----------------------------------|-------------| -| [`GetImageData`](#getimagedata) | Gets the scaled up barcode image data.| -| [`SetImageData`](#setimagedata) | Sets the scaled up image data.| -| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | -| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. | -| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | -| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. | -| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | -| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | -| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | -| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | -| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the tag of the original image. | -| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | -| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | -| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via `CTransformMatrixType`. | -| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via `CTransformMatrixType`. | - -### GetImageData - -Gets the scaled up barcode image data. - -```cpp -virtual const CImageData* GetImageData() const = 0; -``` - -**Return value** - -Returns a pointer to the scaled up image of the barcode. - -**See Also** - -[CImageData]({{ site.dcvb_cpp_api }}core/basic-structures/image-data.html) - -### SetImageData - -Sets the scaled up image data. - -```cpp -virtual int SetImageData(const CImageData* imgData) = 0; -``` - -**Parameters** - -`[in] imgData` The pointer to the scaled up image data. - -**Return value** - -Returns 0 if successful, otherwise returns a negative value. - -**See Also** - -[CImageData]({{ site.dcvb_cpp_api }}core/basic-structures/image-data.html) diff --git a/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md b/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md index 8b2ddb4c..82589284 100644 --- a/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md +++ b/programming/cplusplus/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Struct - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows the SimplifiedBarcodeReaderSettings struct of the CCaptureVisionRouter class of the Dynamsoft Barcode Reader C++ Edition. +description: API reference for the SimplifiedBarcodeReaderSettings struct in Dynamsoft Barcode Reader C++ Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: struct, c++, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/index.md b/programming/cplusplus/index.md index 52064167..66b83235 100644 --- a/programming/cplusplus/index.md +++ b/programming/cplusplus/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader C++ Edition keywords: c++, cplusplus, documentation -description: This page introduces the C++ edition of Dynamsoft Barcode Reader +description: Overview of Dynamsoft Barcode Reader C++ Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/migrate-from-v10/index.md b/programming/cplusplus/migrate-from-v10/index.md index 5d667b9a..56fb8162 100644 --- a/programming/cplusplus/migrate-from-v10/index.md +++ b/programming/cplusplus/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK C++ Edition from version 10.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader C++ Edition v10.x to v11.x. Covers license key update, SDK file changes (directory rename, removed DLL), template upgrade, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/cplusplus/migrate-from-v9/index.md b/programming/cplusplus/migrate-from-v9/index.md index 785f8d3b..39cef32c 100644 --- a/programming/cplusplus/migrate-from-v9/index.md +++ b/programming/cplusplus/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK C++ Edition from version 9.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader C++ Edition v9.x to v11.x. Details API changes for license activation, single-image and video decoding, template handling, runtime settings, and removed properties under the DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{site.dbr_cpp}}user-guide.html) for a quick-start tutorial. diff --git a/programming/cplusplus/release-notes/cpp-10.md b/programming/cplusplus/release-notes/cpp-10.md index 7c06d1f0..dd06a5a7 100644 --- a/programming/cplusplus/release-notes/cpp-10.md +++ b/programming/cplusplus/release-notes/cpp-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v10.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/cpp-11.md b/programming/cplusplus/release-notes/cpp-11.md index 47a8cdc6..102f5c9f 100644 --- a/programming/cplusplus/release-notes/cpp-11.md +++ b/programming/cplusplus/release-notes/cpp-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v11.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/cpp-7.md b/programming/cplusplus/release-notes/cpp-7.md index 68b15f9f..43b33d64 100644 --- a/programming/cplusplus/release-notes/cpp-7.md +++ b/programming/cplusplus/release-notes/cpp-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v7.6.0 and below. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v7.6.0 and earlier, including SIMD speed improvements, deblurring enhancements, and various bug fixes. keywords: release notes, cpp needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/cplusplus/release-notes/cpp-8.md b/programming/cplusplus/release-notes/cpp-8.md index 7666c80c..1ff3cdcc 100644 --- a/programming/cplusplus/release-notes/cpp-8.md +++ b/programming/cplusplus/release-notes/cpp-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v8.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v8.x, covering new localization modes, confidence scoring improvements, ARM64 support, and other enhancements. keywords: release notes, cpp needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/cplusplus/release-notes/cpp-9.md b/programming/cplusplus/release-notes/cpp-9.md index 0fa7f8b7..01e30fc3 100644 --- a/programming/cplusplus/release-notes/cpp-9.md +++ b/programming/cplusplus/release-notes/cpp-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition v9.x. +description: Release notes for Dynamsoft Barcode Reader SDK C++ Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, c++ needGenerateH3Content: false --- diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md index 97beb5f3..c29be47d 100644 --- a/programming/cplusplus/release-notes/index.md +++ b/programming/cplusplus/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK C++ Edition. +description: Chronological release notes index for Dynamsoft Barcode Reader SDK C++ Edition, covering all versions from 5.x through 11.x. keywords: release notes, c++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/samples/index.md b/programming/cplusplus/samples/index.md index 30275708..fe0eecbc 100644 --- a/programming/cplusplus/samples/index.md +++ b/programming/cplusplus/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK C++ Edition -description: Sample list page of Dynamsoft Barcode Reader C++ Edition. +description: A list of C++ code samples for Dynamsoft Barcode Reader, including hello-world, multi-thread decoding, video decoding, DPM barcode reading, and parameter tuning demos. keywords: c++ needAutoGenerateSidebar: false --- diff --git a/programming/cplusplus/upgrade-instruction.md b/programming/cplusplus/upgrade-instruction.md index 612ad501..409a9212 100644 --- a/programming/cplusplus/upgrade-instruction.md +++ b/programming/cplusplus/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK C++ Edition keywords: c++, cplusplus, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK C++ Edition +description: Step-by-step instructions for upgrading Dynamsoft Barcode Reader SDK C++ Edition to version 11.x, covering license key update, SDK file replacement, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/cplusplus/user-guide.md b/programming/cplusplus/user-guide.md index cb5b0142..a59c7cda 100644 --- a/programming/cplusplus/user-guide.md +++ b/programming/cplusplus/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK C++ Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK C++ Edition. +description: A step-by-step guide to building your first barcode reading application with Dynamsoft Barcode Reader SDK C++ Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, c++ needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/cplusplus/user-guide/explore-features/index.md b/programming/cplusplus/user-guide/explore-features/index.md index 39bf2287..16df50b8 100644 --- a/programming/cplusplus/user-guide/explore-features/index.md +++ b/programming/cplusplus/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK C++ Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader CPP Edition. +description: A curated list of feature topics for Dynamsoft Barcode Reader C++ Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, cpp noTitleIndex: false --- diff --git a/programming/cplusplus/user-guide/index.md b/programming/cplusplus/user-guide/index.md index 10980593..26c4a35a 100644 --- a/programming/cplusplus/user-guide/index.md +++ b/programming/cplusplus/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CPP Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader CPP Edition. +description: Index page for the Dynamsoft Barcode Reader C++ Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, CPP --- diff --git a/programming/cplusplus/user-guide/use-cases/index.md b/programming/cplusplus/user-guide/use-cases/index.md index f262d03c..2367fd0c 100644 --- a/programming/cplusplus/user-guide/use-cases/index.md +++ b/programming/cplusplus/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK C++ Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader CPP Edition. +description: Use case articles for Dynamsoft Barcode Reader C++ Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, cpp breadcrumbText: Use Cases --- diff --git a/programming/dotnet/api-reference/aztec-details.md b/programming/dotnet/api-reference/aztec-details.md index 77f3c064..9acd776e 100644 --- a/programming/dotnet/api-reference/aztec-details.md +++ b/programming/dotnet/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader .NET Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, AztecDetails, api reference --- diff --git a/programming/dotnet/api-reference/barcode-details.md b/programming/dotnet/api-reference/barcode-details.md index 4a22364e..d31e7426 100644 --- a/programming/dotnet/api-reference/barcode-details.md +++ b/programming/dotnet/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the BarcodeDetails abstract base class in Dynamsoft Barcode Reader .NET Edition, which is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/dotnet/api-reference/barcode-reader-module.md b/programming/dotnet/api-reference/barcode-reader-module.md index cdd3b63d..1b049591 100644 --- a/programming/dotnet/api-reference/barcode-reader-module.md +++ b/programming/dotnet/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: This page shows the .NET Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader .NET Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, .NET needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/api-reference/barcode-result-item.md b/programming/dotnet/api-reference/barcode-result-item.md index fd7fd83a..7dc0507b 100644 --- a/programming/dotnet/api-reference/barcode-result-item.md +++ b/programming/dotnet/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader .NET Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, BarcodeResultItem, api reference --- diff --git a/programming/dotnet/api-reference/candidate-barcode-zone.md b/programming/dotnet/api-reference/candidate-barcode-zone.md index 9bfae131..25851c98 100644 --- a/programming/dotnet/api-reference/candidate-barcode-zone.md +++ b/programming/dotnet/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader .NET Edition, representing a candidate barcode region with location and possible format information. keywords: GetLocation, SetLocation, GetPossibleFormats, SetPossibleFormats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/dotnet/api-reference/candidate-barcode-zones-unit.md b/programming/dotnet/api-reference/candidate-barcode-zones-unit.md index e5dd7767..90c78202 100644 --- a/programming/dotnet/api-reference/candidate-barcode-zones-unit.md +++ b/programming/dotnet/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: GetCount, GetCandidateBarcodeZone, AddCandidateBarcodeZone, RemoveAllCandidateBarcodeZones, RemoveCandidateBarcodeZone, SetCandidateBarcodeZone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/dotnet/api-reference/complemented-barcode-image-unit.md b/programming/dotnet/api-reference/complemented-barcode-image-unit.md index a7aa8808..4b39f90a 100644 --- a/programming/dotnet/api-reference/complemented-barcode-image-unit.md +++ b/programming/dotnet/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: GetImageData, GetLocation, SetLocation, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/datamatrix-details.md b/programming/dotnet/api-reference/datamatrix-details.md index cb75683d..ecd50327 100644 --- a/programming/dotnet/api-reference/datamatrix-details.md +++ b/programming/dotnet/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader .NET Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, dataRegionRows, dataRegionColumns, dataRegionNumber, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/dotnet/api-reference/decoded-barcode-element.md b/programming/dotnet/api-reference/decoded-barcode-element.md index 6023ca75..fba3af4a 100644 --- a/programming/dotnet/api-reference/decoded-barcode-element.md +++ b/programming/dotnet/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader .NET Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: GetFormat, GetText, GetBytes, GetAngle, GetConfidence, IsDPM, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/dotnet/api-reference/decoded-barcodes-result.md b/programming/dotnet/api-reference/decoded-barcodes-result.md index 7298170f..2fec12ec 100644 --- a/programming/dotnet/api-reference/decoded-barcodes-result.md +++ b/programming/dotnet/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader .NET Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: GetOriginalImageHashId, GetItemsCount, GetErrorCode, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/dotnet/api-reference/decoded-barcodes-unit.md b/programming/dotnet/api-reference/decoded-barcodes-unit.md index 005f1b84..8c381090 100644 --- a/programming/dotnet/api-reference/decoded-barcodes-unit.md +++ b/programming/dotnet/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: GetCount, GetDecodedBarcode, RemoveAllDecodedBarcodes, SetDecodedBarcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md b/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md index 909470b2..b2a30c03 100644 --- a/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/dotnet/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: GetDeformationResistedBarcode, SetDeformationResistedBarcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/deformation-resisted-barcode.md b/programming/dotnet/api-reference/deformation-resisted-barcode.md index 26d92282..4035e69f 100644 --- a/programming/dotnet/api-reference/deformation-resisted-barcode.md +++ b/programming/dotnet/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader .NET Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: GetLocation, SetLocation, GetFormat, SetFormat, GetImageData, SetImageData, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/dotnet/api-reference/eci-segment.md b/programming/dotnet/api-reference/eci-segment.md index ccd4fe82..82fe00fa 100644 --- a/programming/dotnet/api-reference/eci-segment.md +++ b/programming/dotnet/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader .NET Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/dotnet/api-reference/enum-barcode-format.md b/programming/dotnet/api-reference/enum-barcode-format.md index 1da75fe1..f05c90b4 100644 --- a/programming/dotnet/api-reference/enum-barcode-format.md +++ b/programming/dotnet/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration BarcodeFormat defines the supported barcode formats for .NET Edition. +description: Reference for the BarcodeFormat enumeration in DBR .NET Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-deblur-mode.md b/programming/dotnet/api-reference/enum-deblur-mode.md index 657f7e60..0e345cc3 100644 --- a/programming/dotnet/api-reference/enum-deblur-mode.md +++ b/programming/dotnet/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration DeblurMode describes deblur modes that implemented on the localized barcodes for .NET Edition. +description: Reference for the DeblurMode enumeration in DBR .NET Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-extended-barcode-result-type.md b/programming/dotnet/api-reference/enum-extended-barcode-result-type.md index d883d47e..388808a4 100644 --- a/programming/dotnet/api-reference/enum-extended-barcode-result-type.md +++ b/programming/dotnet/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration ExtendedBarcodeResultType describes the type of the extended barcode result for .NET Edition. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR .NET Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-localization-mode.md b/programming/dotnet/api-reference/enum-localization-mode.md index d31cd16b..59370051 100644 --- a/programming/dotnet/api-reference/enum-localization-mode.md +++ b/programming/dotnet/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration LocalizationMode describes the localization modes of the barcodes for .NET Edition. +description: Reference for the LocalizationMode enumeration in DBR .NET Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md b/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md index c5c6eab1..1c2a9e60 100644 --- a/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/dotnet/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader .NET Enumerations -description: The enumeration QRCodeErrorCorrectionLevel describes the error correction level when processing the QR code for .NET Edition. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR .NET Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/dotnet/api-reference/extended-barcode-result.md b/programming/dotnet/api-reference/extended-barcode-result.md index a462b1d8..83d774a2 100644 --- a/programming/dotnet/api-reference/extended-barcode-result.md +++ b/programming/dotnet/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader .NET Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/dotnet/api-reference/index.md b/programming/dotnet/api-reference/index.md index eaa64423..9760e2e9 100644 --- a/programming/dotnet/api-reference/index.md +++ b/programming/dotnet/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader .NET API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for .NET Language. +description: Full API reference index for Dynamsoft Barcode Reader .NET Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, .NET needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/api-reference/localized-barcode-element.md b/programming/dotnet/api-reference/localized-barcode-element.md index 1b178af2..5ee1c698 100644 --- a/programming/dotnet/api-reference/localized-barcode-element.md +++ b/programming/dotnet/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader .NET Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: GetAngle, GetConfidence, GetPossibleFormats, GetPossibleFormatsString, GetModuleSize, SetPossibleFormats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/dotnet/api-reference/localized-barcodes-unit.md b/programming/dotnet/api-reference/localized-barcodes-unit.md index 406b3232..ef099044 100644 --- a/programming/dotnet/api-reference/localized-barcodes-unit.md +++ b/programming/dotnet/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: GetCount, GetLocalizedBarcode, AddLocalizedBarcode, RemoveAllLocalizedBarcodes, RemoveLocalizedBarcode, SetLocalizedBarcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/dotnet/api-reference/oned-code-details.md b/programming/dotnet/api-reference/oned-code-details.md index 0212a4b1..b42c7358 100644 --- a/programming/dotnet/api-reference/oned-code-details.md +++ b/programming/dotnet/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader .NET Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/dotnet/api-reference/pdf417-details.md b/programming/dotnet/api-reference/pdf417-details.md index 7a6e855f..b019340b 100644 --- a/programming/dotnet/api-reference/pdf417-details.md +++ b/programming/dotnet/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader .NET Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, PDF417Details, api reference --- # PDF417Details diff --git a/programming/dotnet/api-reference/qr-code-details.md b/programming/dotnet/api-reference/qr-code-details.md index 5ec31063..1430384c 100644 --- a/programming/dotnet/api-reference/qr-code-details.md +++ b/programming/dotnet/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader .NET Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, mode, page, totalPage, parityData, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/dotnet/api-reference/scaled-barcode-image-unit.md b/programming/dotnet/api-reference/scaled-barcode-image-unit.md index 8eb9bd52..a6d61642 100644 --- a/programming/dotnet/api-reference/scaled-barcode-image-unit.md +++ b/programming/dotnet/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader .NET Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK .NET Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader .NET Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: GetImageData, SetImageData, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/dotnet/api-reference/simplified-barcode-reader-settings.md b/programming/dotnet/api-reference/simplified-barcode-reader-settings.md index ce2d2005..4fb5598c 100644 --- a/programming/dotnet/api-reference/simplified-barcode-reader-settings.md +++ b/programming/dotnet/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Module .NET Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class of the CaptureVisionRouter class in Dynamsoft Barcode Reader Module .NET Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader .NET Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, .NET, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/index.md b/programming/dotnet/index.md index adacfe57..4d95e73b 100644 --- a/programming/dotnet/index.md +++ b/programming/dotnet/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader .NET Edition keywords: .NET, documentation -description: This page introduces the .NET Edition of Dynamsoft Barcode Reader +description: Overview of Dynamsoft Barcode Reader .NET Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- @@ -33,7 +33,7 @@ If you are new to Dynamsoft Barcode Reader .NET Edition, follow the [`User Guide - Supported .NET versions - .NET Framework 3.5 and above - - .NET 6, 7, 8 + - .NET 6 and above > [!NOTE] > Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported. diff --git a/programming/dotnet/migrate-from-v10/index.md b/programming/dotnet/migrate-from-v10/index.md index 99da8b62..f4ea9692 100644 --- a/programming/dotnet/migrate-from-v10/index.md +++ b/programming/dotnet/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK .NET Edition from version 10.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader .NET Edition v10.x to v11.x. Covers license key update, NuGet package update, and template upgrade steps. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/dotnet/migrate-from-v9/index.md b/programming/dotnet/migrate-from-v9/index.md index 0ce4fb69..cff5a078 100644 --- a/programming/dotnet/migrate-from-v9/index.md +++ b/programming/dotnet/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK .NET Edition from version 9.x to 11.x +description: Migration guide from Dynamsoft Barcode Reader .NET Edition v9.x to v11.x. Details API changes for license activation, single-image and video decoding, template handling, runtime settings, and removed properties under the DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_dotnet}}user-guide.html) for a quick-start tutorial. diff --git a/programming/dotnet/release-notes/dotnet-10.md b/programming/dotnet/release-notes/dotnet-10.md index c3959007..666f7ff3 100644 --- a/programming/dotnet/release-notes/dotnet-10.md +++ b/programming/dotnet/release-notes/dotnet-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v10.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, .NET needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/dotnet-11.md b/programming/dotnet/release-notes/dotnet-11.md index 0514d84e..737181bb 100644 --- a/programming/dotnet/release-notes/dotnet-11.md +++ b/programming/dotnet/release-notes/dotnet-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v11.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, .NET needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/dotnet-7.md b/programming/dotnet/release-notes/dotnet-7.md index 040eac12..a460b3e7 100644 --- a/programming/dotnet/release-notes/dotnet-7.md +++ b/programming/dotnet/release-notes/dotnet-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v7.6.0 and below. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v7.6.0 and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, .net needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/dotnet/release-notes/dotnet-8.md b/programming/dotnet/release-notes/dotnet-8.md index 6c1d43cc..a50a0cab 100644 --- a/programming/dotnet/release-notes/dotnet-8.md +++ b/programming/dotnet/release-notes/dotnet-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v8.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, .net needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/dotnet/release-notes/dotnet-9.md b/programming/dotnet/release-notes/dotnet-9.md index e6c69994..803f7585 100644 --- a/programming/dotnet/release-notes/dotnet-9.md +++ b/programming/dotnet/release-notes/dotnet-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition v9.x. +description: Release notes for Dynamsoft Barcode Reader SDK .NET Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, .net needGenerateH3Content: false --- diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md index e1f0dfd5..77ce4e51 100644 --- a/programming/dotnet/release-notes/index.md +++ b/programming/dotnet/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK .NET Edition. +description: Chronological release notes index for Dynamsoft Barcode Reader SDK .NET Edition, covering all versions from 7.x through 11.x. keywords: release notes, .NET, dotnet needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/samples/index.md b/programming/dotnet/samples/index.md index f762862b..1a7a6239 100644 --- a/programming/dotnet/samples/index.md +++ b/programming/dotnet/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK .NET Edition -description: Sample list page of Dynamsoft Barcode Reader .NET Edition. +description: A list of .NET code samples for Dynamsoft Barcode Reader, including hello-world, general settings, DPM barcode reading, and other usage demos. keywords: .net needAutoGenerateSidebar: false --- diff --git a/programming/dotnet/upgrade-instruction.md b/programming/dotnet/upgrade-instruction.md index 0a494e9e..6c3abbb7 100644 --- a/programming/dotnet/upgrade-instruction.md +++ b/programming/dotnet/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK .NET Edition keywords: .NET, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK .NET Edition +description: Step-by-step instructions for upgrading Dynamsoft Barcode Reader SDK .NET Edition to version 11.x, covering license key update, NuGet package update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/dotnet/user-guide.md b/programming/dotnet/user-guide.md index 000742a7..76d40e8d 100644 --- a/programming/dotnet/user-guide.md +++ b/programming/dotnet/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK .NET Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK .NET Edition. +description: A step-by-step guide to building your first barcode reading application with Dynamsoft Barcode Reader SDK .NET Edition using C#, covering NuGet installation, single-image decoding, and multi-image processing. keywords: user guide, .NET needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/dotnet/user-guide/explore-features/index.md b/programming/dotnet/user-guide/explore-features/index.md index b2f928e4..2f43c680 100644 --- a/programming/dotnet/user-guide/explore-features/index.md +++ b/programming/dotnet/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK .NET Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader .NET Edition. +description: A curated list of feature topics for Dynamsoft Barcode Reader .NET Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, .NET noTitleIndex: false --- diff --git a/programming/dotnet/user-guide/index.md b/programming/dotnet/user-guide/index.md index a82c2822..a23508de 100644 --- a/programming/dotnet/user-guide/index.md +++ b/programming/dotnet/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: .NET Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader .NET Edition. +description: Index page for the Dynamsoft Barcode Reader .NET Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, .NET --- diff --git a/programming/dotnet/user-guide/use-cases/index.md b/programming/dotnet/user-guide/use-cases/index.md index 3ca67a0c..255d3bd3 100644 --- a/programming/dotnet/user-guide/use-cases/index.md +++ b/programming/dotnet/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK .NET Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader .NET Edition. +description: Use case articles for Dynamsoft Barcode Reader .NET Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, .NET --- diff --git a/programming/java/api-reference/aztec-details.md b/programming/java/api-reference/aztec-details.md index f5a55aa6..e7e0aa63 100644 --- a/programming/java/api-reference/aztec-details.md +++ b/programming/java/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader Java Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layerNumber, AztecDetails, api reference --- diff --git a/programming/java/api-reference/barcode-details.md b/programming/java/api-reference/barcode-details.md index 44aecd45..2836b380 100644 --- a/programming/java/api-reference/barcode-details.md +++ b/programming/java/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the BarcodeDetails class in Dynamsoft Barcode Reader Java Edition, an abstract base class that is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/java/api-reference/barcode-reader-exception.md b/programming/java/api-reference/barcode-reader-exception.md index 368b8fee..bdf1254b 100644 --- a/programming/java/api-reference/barcode-reader-exception.md +++ b/programming/java/api-reference/barcode-reader-exception.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderException Class - Dynamsoft Barcode Reader Module Java Edition API Reference -description: Definition of BarcodeReaderException class in Dynamsoft Barcode Reader Module Java Edition. +description: API reference for the BarcodeReaderException class in Dynamsoft Barcode Reader Java Edition, which extends CoreException and provides specific error handling for barcode reader operations. keywords: barcode reader module, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/api-reference/barcode-reader-module.md b/programming/java/api-reference/barcode-reader-module.md index d3beb071..1b4b1d57 100644 --- a/programming/java/api-reference/barcode-reader-module.md +++ b/programming/java/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows the Java Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader Java Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/api-reference/barcode-result-item.md b/programming/java/api-reference/barcode-result-item.md index d247fbea..64bd64f6 100644 --- a/programming/java/api-reference/barcode-result-item.md +++ b/programming/java/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader Java Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: getFormat, getText, getLocation, getConfidence, getModuleSize, BarcodeResultItem, api reference --- diff --git a/programming/java/api-reference/candidate-barcode-zone.md b/programming/java/api-reference/candidate-barcode-zone.md index 18533f1d..d0e2c59c 100644 --- a/programming/java/api-reference/candidate-barcode-zone.md +++ b/programming/java/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader Java Edition, representing a candidate barcode region with location and possible format information. keywords: getLocation, setLocation, getPossibleFormats, setPossibleFormats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/java/api-reference/candidate-barcode-zones-unit.md b/programming/java/api-reference/candidate-barcode-zones-unit.md index e8e9bda4..b7a68bc0 100644 --- a/programming/java/api-reference/candidate-barcode-zones-unit.md +++ b/programming/java/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: getCount, getCandidateBarcodeZone, addCandidateBarcodeZone, removeAllCandidateBarcodeZones, removeCandidateBarcodeZone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/java/api-reference/complemented-barcode-image-unit.md b/programming/java/api-reference/complemented-barcode-image-unit.md index b2007729..439edc50 100644 --- a/programming/java/api-reference/complemented-barcode-image-unit.md +++ b/programming/java/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: getImageData, getLocation, setLocation, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/java/api-reference/datamatrix-details.md b/programming/java/api-reference/datamatrix-details.md index d959a06e..492a945f 100644 --- a/programming/java/api-reference/datamatrix-details.md +++ b/programming/java/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader Java Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, dataRegionRows, dataRegionColumns, dataRegionNumber, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/java/api-reference/decoded-barcode-element.md b/programming/java/api-reference/decoded-barcode-element.md index 64fcc1ba..7ef553ff 100644 --- a/programming/java/api-reference/decoded-barcode-element.md +++ b/programming/java/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader Java Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: getFormat, getText, getBytes, getAngle, getConfidence, isDPM, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/java/api-reference/decoded-barcodes-result.md b/programming/java/api-reference/decoded-barcodes-result.md index d8bd6a3b..fa48c45d 100644 --- a/programming/java/api-reference/decoded-barcodes-result.md +++ b/programming/java/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader Java Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: getItemsCount, getItem, getItems, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/java/api-reference/decoded-barcodes-unit.md b/programming/java/api-reference/decoded-barcodes-unit.md index 7cd294d0..78d126f8 100644 --- a/programming/java/api-reference/decoded-barcodes-unit.md +++ b/programming/java/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: getCount, getDecodedBarcode, removeAllDecodedBarcodes, setDecodedBarcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/java/api-reference/deformation-resisted-barcode-image-unit.md b/programming/java/api-reference/deformation-resisted-barcode-image-unit.md index 9dc7a639..940925e4 100644 --- a/programming/java/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/java/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: getDeformationResistedBarcode, setDeformationResistedBarcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/java/api-reference/deformation-resisted-barcode.md b/programming/java/api-reference/deformation-resisted-barcode.md index dade7114..038c9f72 100644 --- a/programming/java/api-reference/deformation-resisted-barcode.md +++ b/programming/java/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader Java Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: getLocation, setLocation, getFormat, setFormat, getImageData, setImageData, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/java/api-reference/eci-segment.md b/programming/java/api-reference/eci-segment.md index 3ea89a9c..26aafc9b 100644 --- a/programming/java/api-reference/eci-segment.md +++ b/programming/java/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader Java Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/java/api-reference/enum-barcode-format.md b/programming/java/api-reference/enum-barcode-format.md index 6cc3e317..2a1b8c04 100644 --- a/programming/java/api-reference/enum-barcode-format.md +++ b/programming/java/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +description: Reference for the BarcodeFormat enumeration in DBR Java Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-deblur-mode.md b/programming/java/api-reference/enum-deblur-mode.md index 81590a33..1b5feeda 100644 --- a/programming/java/api-reference/enum-deblur-mode.md +++ b/programming/java/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +description: Reference for the DeblurMode enumeration in DBR Java Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-extended-barcode-result-type.md b/programming/java/api-reference/enum-extended-barcode-result-type.md index 4188fe50..0d78ba7e 100644 --- a/programming/java/api-reference/enum-extended-barcode-result-type.md +++ b/programming/java/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR Java Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-localization-mode.md b/programming/java/api-reference/enum-localization-mode.md index e792b47f..5d898048 100644 --- a/programming/java/api-reference/enum-localization-mode.md +++ b/programming/java/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +description: Reference for the LocalizationMode enumeration in DBR Java Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/java/api-reference/enum-qr-code-error-correction-level.md b/programming/java/api-reference/enum-qr-code-error-correction-level.md index 9c71e4c0..6c5aa3a2 100644 --- a/programming/java/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/java/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Java Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR Java Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/java/api-reference/extended-barcode-result.md b/programming/java/api-reference/extended-barcode-result.md index 21cded26..4608b2ac 100644 --- a/programming/java/api-reference/extended-barcode-result.md +++ b/programming/java/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader Java Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: getDeformation, getClarity, getSamplingImage, getExtendedBarcodeResultType, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/java/api-reference/index.md b/programming/java/api-reference/index.md index b5105e40..f247bd42 100644 --- a/programming/java/api-reference/index.md +++ b/programming/java/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader Java Edition API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for Java Edition. +description: Full API reference index for DBR Java Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, java needAutoGenerateSidebar: false --- diff --git a/programming/java/api-reference/localized-barcode-element.md b/programming/java/api-reference/localized-barcode-element.md index f72e9aac..053e6154 100644 --- a/programming/java/api-reference/localized-barcode-element.md +++ b/programming/java/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader Java Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: getAngle, getConfidence, getPossibleFormats, getPossibleFormatsString, getModuleSize, setPossibleFormats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/java/api-reference/localized-barcodes-unit.md b/programming/java/api-reference/localized-barcodes-unit.md index 887fa5fb..dbcfc7cf 100644 --- a/programming/java/api-reference/localized-barcodes-unit.md +++ b/programming/java/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: getCount, getLocalizedBarcode, addLocalizedBarcode, removeAllLocalizedBarcodes, removeLocalizedBarcode, setLocalizedBarcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/java/api-reference/oned-code-details.md b/programming/java/api-reference/oned-code-details.md index f59b50da..a6e984bd 100644 --- a/programming/java/api-reference/oned-code-details.md +++ b/programming/java/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader Java Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startCharsBytes, stopCharsBytes, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/java/api-reference/pdf417-details.md b/programming/java/api-reference/pdf417-details.md index 07073324..006b80a8 100644 --- a/programming/java/api-reference/pdf417-details.md +++ b/programming/java/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader Java Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, errorCorrectionLevel, PDF417Details, api reference --- # PDF417Details diff --git a/programming/java/api-reference/qr-code-details.md b/programming/java/api-reference/qr-code-details.md index 35ce0080..f7ccaa4a 100644 --- a/programming/java/api-reference/qr-code-details.md +++ b/programming/java/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader Java Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, errorCorrectionLevel, version, model, mode, page, totalPage, parityData, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/java/api-reference/scaled-barcode-image-unit.md b/programming/java/api-reference/scaled-barcode-image-unit.md index 2766db52..c61c620d 100644 --- a/programming/java/api-reference/scaled-barcode-image-unit.md +++ b/programming/java/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader Java Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Java Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader Java Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: getImageData, setImageData, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/java/api-reference/simplified-barcode-reader-settings.md b/programming/java/api-reference/simplified-barcode-reader-settings.md index 69c0e6db..2e5ea26e 100644 --- a/programming/java/api-reference/simplified-barcode-reader-settings.md +++ b/programming/java/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Java Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Java Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Java Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, java, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/index.md b/programming/java/index.md index 7b999758..e2943d43 100644 --- a/programming/java/index.md +++ b/programming/java/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader Java Edition keywords: java, documentation -description: This page introduces the Java Edition of Dynamsoft Barcode Reader +description: Overview of DBR Java Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/java/migrate-from-v9/index.md b/programming/java/migrate-from-v9/index.md index d5e7b42b..3fc25afc 100644 --- a/programming/java/migrate-from-v9/index.md +++ b/programming/java/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK Java Edition keywords: java, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Java Edition from version 9.x to 11.x +description: Migration guide from DBR Java Edition v9.x to v11.x. Details API changes for license, decoding, template, runtime settings, and removed properties under DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_java }}user-guide.html) for a quick-start tutorial. diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md index bb37ba9b..cc803a54 100644 --- a/programming/java/release-notes/index.md +++ b/programming/java/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition. +description: Chronological release notes index for DBR SDK Java Edition, covering all versions from 7.x through 11.x. keywords: release notes, java needAutoGenerateSidebar: false --- diff --git a/programming/java/release-notes/java-11.md b/programming/java/release-notes/java-11.md index 506cbce5..1d6b5f24 100644 --- a/programming/java/release-notes/java-11.md +++ b/programming/java/release-notes/java-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v11.x. +description: Release notes for DBR SDK Java Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, java needGenerateH3Content: false --- diff --git a/programming/java/release-notes/java-7.md b/programming/java/release-notes/java-7.md index 5903e6d1..e846634d 100644 --- a/programming/java/release-notes/java-7.md +++ b/programming/java/release-notes/java-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.6.0 and below - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v7.6.0 and below. +description: Release notes for DBR SDK Java Edition v7.6.0 and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, java needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/java/release-notes/java-8.md b/programming/java/release-notes/java-8.md index ade07c7b..85018135 100644 --- a/programming/java/release-notes/java-8.md +++ b/programming/java/release-notes/java-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v8.x. +description: Release notes for DBR SDK Java Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, java needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/java/release-notes/java-9.md b/programming/java/release-notes/java-9.md index 6b5b256e..f64a0a6e 100644 --- a/programming/java/release-notes/java-9.md +++ b/programming/java/release-notes/java-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK Java Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Java Edition v9.x. +description: Release notes for DBR SDK Java Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, java needGenerateH3Content: false --- diff --git a/programming/java/samples/index.md b/programming/java/samples/index.md index 1ba92837..d741bee0 100644 --- a/programming/java/samples/index.md +++ b/programming/java/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK Java Edition -description: Sample list page of Dynamsoft Barcode Reader Java Edition. +description: A list of Java code samples for DBR, including hello-world and various feature demonstration samples. keywords: java needAutoGenerateSidebar: false --- diff --git a/programming/java/upgrade-instruction.md b/programming/java/upgrade-instruction.md index 9f34575a..7a8dc259 100644 --- a/programming/java/upgrade-instruction.md +++ b/programming/java/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK Java Edition keywords: java, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK Java Edition +description: Step-by-step instructions for upgrading DBR SDK Java Edition to version 11.x, covering license key update, Maven dependency update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/java/user-guide.md b/programming/java/user-guide.md index 03a15c8b..b1506d55 100644 --- a/programming/java/user-guide.md +++ b/programming/java/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK Java Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK Java Edition. +description: A step-by-step guide to building your first barcode reading application with DBR Java Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, java needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/java/user-guide/explore-features/index.md b/programming/java/user-guide/explore-features/index.md index c051b854..1947febf 100644 --- a/programming/java/user-guide/explore-features/index.md +++ b/programming/java/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK Java Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader Java Edition. +description: A curated list of feature topics for DBR Java Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, java noTitleIndex: false --- diff --git a/programming/java/user-guide/index.md b/programming/java/user-guide/index.md index 15e27c07..4743143e 100644 --- a/programming/java/user-guide/index.md +++ b/programming/java/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Java Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader Java Edition. +description: Index page for DBR Java Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, java --- diff --git a/programming/java/user-guide/use-cases/index.md b/programming/java/user-guide/use-cases/index.md index 8d0bc872..a14b5a83 100644 --- a/programming/java/user-guide/use-cases/index.md +++ b/programming/java/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK Java Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader Java Edition. +description: Use case articles for DBR Java Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, java --- diff --git a/programming/python/api-reference/aztec-details.md b/programming/python/api-reference/aztec-details.md index aaf683f8..6a6ac4e1 100644 --- a/programming/python/api-reference/aztec-details.md +++ b/programming/python/api-reference/aztec-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: AztecDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of AztecDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the AztecDetails class in Dynamsoft Barcode Reader Python Edition, which stores the row count, column count, and layer number of a decoded Aztec barcode. keywords: rows, columns, layer_number, AztecDetails, api reference --- diff --git a/programming/python/api-reference/barcode-details.md b/programming/python/api-reference/barcode-details.md index fa1538c5..7976e4b9 100644 --- a/programming/python/api-reference/barcode-details.md +++ b/programming/python/api-reference/barcode-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of BarcodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the BarcodeDetails class in Dynamsoft Barcode Reader Python Edition, an abstract base class that is the parent class for all barcode-format-specific detail classes. keywords: BarcodeDetails, api reference --- diff --git a/programming/python/api-reference/barcode-reader-module.md b/programming/python/api-reference/barcode-reader-module.md index 3e6dad52..1acdd049 100644 --- a/programming/python/api-reference/barcode-reader-module.md +++ b/programming/python/api-reference/barcode-reader-module.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeReaderModule Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: This page shows the Python Edition of the class BarcodeReaderModule in Barcode Reader Module. +description: API reference for the BarcodeReaderModule class in Dynamsoft Barcode Reader Python Edition, providing module-level utilities such as version retrieval and factory methods for barcode elements. keywords: barcode reader module, python needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/api-reference/barcode-result-item.md b/programming/python/api-reference/barcode-result-item.md index 16d29b05..db3f281d 100644 --- a/programming/python/api-reference/barcode-result-item.md +++ b/programming/python/api-reference/barcode-result-item.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeResultItem Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of BarcodeResultItem class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the BarcodeResultItem class in Dynamsoft Barcode Reader Python Edition, representing a single decoded barcode with methods to retrieve format, text, location, confidence, and module size. keywords: get_format, get_text, get_location, get_confidence, get_module_size, BarcodeResultItem, api reference --- diff --git a/programming/python/api-reference/candidate-barcode-zone.md b/programming/python/api-reference/candidate-barcode-zone.md index 7943594c..ef4c379a 100644 --- a/programming/python/api-reference/candidate-barcode-zone.md +++ b/programming/python/api-reference/candidate-barcode-zone.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZone Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows CandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the CandidateBarcodeZone class in Dynamsoft Barcode Reader Python Edition, representing a candidate barcode region with location and possible format information. keywords: get_location, set_location, get_possible_formats, set_possible_formats, CandidateBarcodeZone, api reference --- # CandidateBarcodeZone Class diff --git a/programming/python/api-reference/candidate-barcode-zones-unit.md b/programming/python/api-reference/candidate-barcode-zones-unit.md index dbb59264..161a80e4 100644 --- a/programming/python/api-reference/candidate-barcode-zones-unit.md +++ b/programming/python/api-reference/candidate-barcode-zones-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows CandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the CandidateBarcodeZonesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds a collection of candidate barcode zones detected during processing. keywords: get_count, get_candidate_barcode_zone, add_candidate_barcode_zone, remove_all_candidate_barcode_zones, remove_candidate_barcode_zone, set_candidate_barcode_zone, CandidateBarcodeZonesUnit, api reference --- # CandidateBarcodeZonesUnit Class diff --git a/programming/python/api-reference/complemented-barcode-image-unit.md b/programming/python/api-reference/complemented-barcode-image-unit.md index 8b950e89..94e33b16 100644 --- a/programming/python/api-reference/complemented-barcode-image-unit.md +++ b/programming/python/api-reference/complemented-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the ComplementedBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing the complemented image data and location of a barcode. keywords: get_image_data, get_location, set_location, ComplementedBarcodeImageUnit, api reference --- # ComplementedBarcodeImageUnit Class diff --git a/programming/python/api-reference/datamatrix-details.md b/programming/python/api-reference/datamatrix-details.md index 2c182133..22d5ea7c 100644 --- a/programming/python/api-reference/datamatrix-details.md +++ b/programming/python/api-reference/datamatrix-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DataMatrixDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of DataMatrixDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the DataMatrixDetails class in Dynamsoft Barcode Reader Python Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. keywords: rows, columns, data_region_rows, data_region_columns, data_region_number, DataMatrixDetails, api reference --- # DataMatrixDetails diff --git a/programming/python/api-reference/decoded-barcode-element.md b/programming/python/api-reference/decoded-barcode-element.md index 8ba9d4b2..fd586d18 100644 --- a/programming/python/api-reference/decoded-barcode-element.md +++ b/programming/python/api-reference/decoded-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodeElement Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DecodedBarcodeElement class in Dynamsoft Barcode Reader Python Edition, providing format, text, raw bytes, angle, confidence, DPM flag, and ECI segment data for a decoded barcode. keywords: get_format, get_text, get_bytes, get_angle, get_confidence, is_dpm, DecodedBarcodeElement, api reference --- # DecodedBarcodeElement Class diff --git a/programming/python/api-reference/decoded-barcodes-result.md b/programming/python/api-reference/decoded-barcodes-result.md index bb8e7e91..371f7e6d 100644 --- a/programming/python/api-reference/decoded-barcodes-result.md +++ b/programming/python/api-reference/decoded-barcodes-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesResult Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of DecodedBarcodesResult class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the DecodedBarcodesResult class in Dynamsoft Barcode Reader Python Edition, which aggregates all decoded barcode items from a single capture along with source image hash, error code, and error message. keywords: get_original_image_hash_id, get_items, get_error_code, DecodedBarcodesResult, api reference --- # DecodedBarcodesResult Class diff --git a/programming/python/api-reference/decoded-barcodes-unit.md b/programming/python/api-reference/decoded-barcodes-unit.md index 9d242866..a10dbb72 100644 --- a/programming/python/api-reference/decoded-barcodes-unit.md +++ b/programming/python/api-reference/decoded-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DecodedBarcodesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DecodedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DecodedBarcodesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds the collection of successfully decoded barcode elements. keywords: get_count, get_decoded_barcode, remove_all_decoded_barcodes, set_decoded_barcode, DecodedBarcodesUnit, api reference --- # DecodedBarcodesUnit Class diff --git a/programming/python/api-reference/deformation-resisted-barcode-image-unit.md b/programming/python/api-reference/deformation-resisted-barcode-image-unit.md index 83fb9c18..e5acbcfb 100644 --- a/programming/python/api-reference/deformation-resisted-barcode-image-unit.md +++ b/programming/python/api-reference/deformation-resisted-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DeformationResistedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DeformationResistedBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing the deformation-resisted barcode image used during decoding. keywords: get_deformation_resisted_barcode, set_deformation_resisted_barcode, DeformationResistedBarcodeImageUnit, api reference --- # DeformationResistedBarcodeImageUnit Class diff --git a/programming/python/api-reference/deformation-resisted-barcode.md b/programming/python/api-reference/deformation-resisted-barcode.md index ae065d2d..fa255abf 100644 --- a/programming/python/api-reference/deformation-resisted-barcode.md +++ b/programming/python/api-reference/deformation-resisted-barcode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeformationResistedBarcode Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows DeformationResistedBarcode class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the DeformationResistedBarcode class in Dynamsoft Barcode Reader Python Edition, storing the location, format, and image data of a barcode after deformation resistance processing. keywords: get_location, set_location, get_format, set_format, get_image_data, set_image_data, DeformationResistedBarcode, api reference --- # DeformationResistedBarcode Class diff --git a/programming/python/api-reference/eci-segment.md b/programming/python/api-reference/eci-segment.md index 22374a19..55149eb6 100644 --- a/programming/python/api-reference/eci-segment.md +++ b/programming/python/api-reference/eci-segment.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ECISegment Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: This page shows ECISegment class definition of Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the ECISegment class in Dynamsoft Barcode Reader Python Edition, representing an Extended Channel Interpretation (ECI) segment that specifies the character encoding for a portion of a decoded barcode's bytes. keywords: ECISegment, ECI, Extended Channel Interpretation, api reference --- diff --git a/programming/python/api-reference/enum-barcode-format.md b/programming/python/api-reference/enum-barcode-format.md index aae31579..d191c23f 100644 --- a/programming/python/api-reference/enum-barcode-format.md +++ b/programming/python/api-reference/enum-barcode-format.md @@ -1,7 +1,7 @@ --- layout: default-layout title: BarcodeFormat - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration BarcodeFormat of Dynamsoft Barcode Reader defines the supported barcode formats. +description: Reference for the BarcodeFormat enumeration in DBR Python Edition, listing all supported barcode symbologies including 1D, QR Code, DataMatrix, PDF417, Aztec, and many others. keywords: Barcode formats codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-deblur-mode.md b/programming/python/api-reference/enum-deblur-mode.md index 66a5cf09..c5fbdb82 100644 --- a/programming/python/api-reference/enum-deblur-mode.md +++ b/programming/python/api-reference/enum-deblur-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: DeblurMode - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration DeblurMode of Dynamsoft Barcode Reader describes deblur modes that implemented on the localized barcodes. +description: Reference for the DeblurMode enumeration in DBR Python Edition, listing image processing algorithms applied to localized barcode zones to generate a binary image for final barcode decoding. keywords: Deblur mode codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-extended-barcode-result-type.md b/programming/python/api-reference/enum-extended-barcode-result-type.md index b51f9e28..fa0c93b9 100644 --- a/programming/python/api-reference/enum-extended-barcode-result-type.md +++ b/programming/python/api-reference/enum-extended-barcode-result-type.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResultType - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration ExtendedBarcodeResultType of Dynamsoft Barcode Reader describes the type of the extended barcode result. +description: Reference for the ExtendedBarcodeResultType enumeration in DBR Python Edition, which classifies the type of text result returned from a barcode scan (e.g., standard, candidate, partial). keywords: Extended barcode result type codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-localization-mode.md b/programming/python/api-reference/enum-localization-mode.md index 4952ae19..c193813d 100644 --- a/programming/python/api-reference/enum-localization-mode.md +++ b/programming/python/api-reference/enum-localization-mode.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizationMode - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration LocalizationMode of Dynamsoft Barcode Reader describes the localization modes of the barcodes. +description: Reference for the LocalizationMode enumeration in DBR Python Edition, listing the strategies used to identify barcode locations within an image, such as connected blocks, statistics, and scan-direct modes. keywords: Localization mode codeAutoHeight: true --- diff --git a/programming/python/api-reference/enum-qr-code-error-correction-level.md b/programming/python/api-reference/enum-qr-code-error-correction-level.md index b7cfe96f..c634a4d5 100644 --- a/programming/python/api-reference/enum-qr-code-error-correction-level.md +++ b/programming/python/api-reference/enum-qr-code-error-correction-level.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Python Enumerations -description: The enumeration QRCodeErrorCorrectionLevel of Dynamsoft Barcode Reader describes the error correction level when processing the QR code. +description: Reference for the QRCodeErrorCorrectionLevel enumeration in DBR Python Edition, defining the four error correction levels (L, M, Q, H) used when encoding or decoding QR codes. keywords: QR code error correction level codeAutoHeight: true --- diff --git a/programming/python/api-reference/extended-barcode-result.md b/programming/python/api-reference/extended-barcode-result.md index 29367749..cb9fd279 100644 --- a/programming/python/api-reference/extended-barcode-result.md +++ b/programming/python/api-reference/extended-barcode-result.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference -description: This page shows ExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition. +description: API reference for the ExtendedBarcodeResult class in Dynamsoft Barcode Reader Python Edition, providing additional decode details such as result type, deformation level, clarity score, and a sampling image. keywords: get_deformation, get_clarity, get_sampling_image, get_extended_barcode_result_type, ExtendedBarcodeResult, api reference --- # ExtendedBarcodeResult Class diff --git a/programming/python/api-reference/index.md b/programming/python/api-reference/index.md index 724768bf..b9734ac7 100644 --- a/programming/python/api-reference/index.md +++ b/programming/python/api-reference/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Dynamsoft Barcode Reader Python Edition API Reference - Main Page -description: This is the main page of Dynamsoft Barcode Reader SDK API Reference for Python Edition. +description: Full API reference index for DBR Python Edition, listing all classes, structs, and enumerations across the DynamsoftBarcodeReader and DynamsoftCaptureVisionRouter modules. keywords: api reference, python needAutoGenerateSidebar: false --- diff --git a/programming/python/api-reference/localized-barcode-element.md b/programming/python/api-reference/localized-barcode-element.md index ec948532..8d6f943b 100644 --- a/programming/python/api-reference/localized-barcode-element.md +++ b/programming/python/api-reference/localized-barcode-element.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodeElement Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows LocalizedBarcodeElement class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the LocalizedBarcodeElement class in Dynamsoft Barcode Reader Python Edition, representing a detected but not yet decoded barcode region with angle, confidence, possible formats, and module size. keywords: get_angle, get_confidence, get_possible_formats, get_possible_formats_string, get_module_size, set_possible_formats, LocalizedBarcodeElement, api reference --- # LocalizedBarcodeElement Class diff --git a/programming/python/api-reference/localized-barcodes-unit.md b/programming/python/api-reference/localized-barcodes-unit.md index a2a29cdf..171e7710 100644 --- a/programming/python/api-reference/localized-barcodes-unit.md +++ b/programming/python/api-reference/localized-barcodes-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: LocalizedBarcodesUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows LocalizedBarcodesUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the LocalizedBarcodesUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit that holds all localized (but not yet decoded) barcode elements found in an image. keywords: get_count, get_localized_barcode, add_localized_barcode, remove_all_localized_barcodes, remove_localized_barcode, set_localized_barcode, LocalizedBarcodesUnit, api reference --- # LocalizedBarcodesUnit Class diff --git a/programming/python/api-reference/oned-code-details.md b/programming/python/api-reference/oned-code-details.md index 0394eebc..10d91f96 100644 --- a/programming/python/api-reference/oned-code-details.md +++ b/programming/python/api-reference/oned-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: OneDCodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of OneDCodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the OneDCodeDetails class in Dynamsoft Barcode Reader Python Edition, providing start characters, stop characters, and check digit bytes for a decoded 1D barcode. keywords: startchar, stopchars, OneDCodeDetails, api reference --- # OneDCodeDetails diff --git a/programming/python/api-reference/pdf417-details.md b/programming/python/api-reference/pdf417-details.md index bf73e61e..c3946149 100644 --- a/programming/python/api-reference/pdf417-details.md +++ b/programming/python/api-reference/pdf417-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: PDF417Details Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of PDF417Details class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the PDF417Details class in Dynamsoft Barcode Reader Python Edition, storing the row count, column count, error correction level, and codeword data of a decoded PDF417 barcode. keywords: rows, columns, error_correction_level, PDF417Details, api reference --- # PDF417Details diff --git a/programming/python/api-reference/qr-code-details.md b/programming/python/api-reference/qr-code-details.md index 6540bdf9..405a9a81 100644 --- a/programming/python/api-reference/qr-code-details.md +++ b/programming/python/api-reference/qr-code-details.md @@ -1,7 +1,7 @@ --- layout: default-layout title: QRCodeDetails Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of QRCodeDetails class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the QRCodeDetails class in Dynamsoft Barcode Reader Python Edition, providing rows, columns, error correction level, version, model, and other QR Code structural attributes. keywords: rows, columns, error_correction_level, version, model, mode, page, total_page, parity_data, QRCodeDetails, api reference --- # QRCodeDetails diff --git a/programming/python/api-reference/scaled-barcode-image-unit.md b/programming/python/api-reference/scaled-barcode-image-unit.md index 43620a9a..454814d1 100644 --- a/programming/python/api-reference/scaled-barcode-image-unit.md +++ b/programming/python/api-reference/scaled-barcode-image-unit.md @@ -1,7 +1,7 @@ --- layout: default-layout title: ScaledBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ScaledBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. +description: API reference for the ScaledBarcodeImageUnit class in Dynamsoft Barcode Reader Python Edition, an intermediate result unit containing a scaled barcode image used to improve decoding of small or low-resolution barcodes. keywords: get_image_data, set_image_data, ScaledBarcodeImageUnit, api reference --- # ScaledBarcodeImageUnit Class diff --git a/programming/python/api-reference/scaled-up-barcode-image-unit.md b/programming/python/api-reference/scaled-up-barcode-image-unit.md index b9bfd4fe..e69de29b 100644 --- a/programming/python/api-reference/scaled-up-barcode-image-unit.md +++ b/programming/python/api-reference/scaled-up-barcode-image-unit.md @@ -1,62 +0,0 @@ ---- -layout: default-layout -title: ScaledUpBarcodeImageUnit Class - Dynamsoft Barcode Reader Python Edition API Reference -description: This page shows ScaledUpBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK Python Edition. -keywords: get_image_data, set_image_data, ScaledUpBarcodeImageUnit, api reference ---- -# ScaledUpBarcodeImageUnit Class - -The `ScaledUpBarcodeImageUnit` class represents a unit that contains scaled up barcode image. It inherits from the `IntermediateResultUnit` class. - -## Definition - -*Module:* dbr - -*Inheritance:* [IntermediateResultUnit]({{ site.dcvb_python_api }}core/intermediate-results/intermediate-result-unit.html) -> ScaledUpBarcodeImageUnit - -```python -class ScaledUpBarcodeImageUnit(IntermediateResultUnit) -``` - -## Methods - -| Method | Description | -|-----------------------------------|-------------| -| [`get_image_data`](#get_image_data) | Gets the scaled up barcode image data.| -| [`set_image_data`](#set_image_data) | Sets the scaled up image data.| - -### get_image_data - -Gets the scaled up barcode image data. - -```python -def get_image_data(self) -> ImageData: -``` - -**Return value** - -Returns the scaled up image of the barcode. - -**See Also** - -[ImageData]({{ site.dcvb_python_api }}core/basic-classes/image-data.html) - -### set_image_data - -Sets the scaled up image data. - -```python -def set_image_data(self, image_data: ImageData) -> int: -``` - -**Parameters** - -`image_data` The scaled up image data. - -**Return value** - -Returns 0 if successful, otherwise returns a negative value. - -**See Also** - -[ImageData]({{ site.dcvb_python_api }}core/basic-classes/image-data.html) diff --git a/programming/python/api-reference/simplified-barcode-reader-settings.md b/programming/python/api-reference/simplified-barcode-reader-settings.md index a03c1567..ccd1ac3b 100644 --- a/programming/python/api-reference/simplified-barcode-reader-settings.md +++ b/programming/python/api-reference/simplified-barcode-reader-settings.md @@ -1,7 +1,7 @@ --- layout: default-layout title: SimplifiedBarcodeReaderSettings Class - Dynamsoft Barcode Reader Module Python Edition API Reference -description: Definition of the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Module Python Edition. +description: API reference for the SimplifiedBarcodeReaderSettings class in Dynamsoft Barcode Reader Python Edition, covering configurable properties such as barcode formats, expected count, localization modes, deblur modes, and grayscale processing settings. keywords: class, python, SimplifiedBarcodeReaderSettings needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/index.md b/programming/python/index.md index 35ecd057..b24879e5 100644 --- a/programming/python/index.md +++ b/programming/python/index.md @@ -1,7 +1,7 @@ --- title: Introduction - Dynamsoft Barcode Reader Python Edition keywords: python, documentation -description: This page introduces the Python Edition of Dynamsoft Barcode Reader +description: Overview of DBR Python Edition, including feature highlights, system requirements, and links to the user guide, API reference, and migration guides. needAutoGenerateSidebar: false --- diff --git a/programming/python/migrate-from-v10/index.md b/programming/python/migrate-from-v10/index.md index a9f26cb8..62b11cd5 100644 --- a/programming/python/migrate-from-v10/index.md +++ b/programming/python/migrate-from-v10/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v10.x to v11.x - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade, migrate, v10, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Python Edition from version 10.x to 11.x +description: Migration guide from DBR Python Edition v10.x to v11.x. Covers license key update, pip package update, and template upgrade steps. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/python/migrate-from-v9/index.md b/programming/python/migrate-from-v9/index.md index 71f6a90e..e9d18063 100644 --- a/programming/python/migrate-from-v9/index.md +++ b/programming/python/migrate-from-v9/index.md @@ -1,7 +1,7 @@ --- title: Migrate from v9.x to v11.x - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade, migrate, v9, v11 -description: This page introduces how to migrate Dynamsoft Barcode Reader SDK Python Edition from version 9.x to 11.x +description: Migration guide from DBR Python Edition v9.x to v11.x. Details API changes for license, decoding, template, runtime settings, and removed properties under DCV architecture. needAutoGenerateSidebar: true needGenerateH3Content: true --- @@ -10,7 +10,7 @@ needGenerateH3Content: true Dynamsoft Barcode Reader SDK has been refactored to integrate with the [`DynamsoftCaptureVision (DCV)`]({{ site.dcvb_architecture }}) architecture since version 10.0. This guide helps you upgrade from version 9.x by highlighting the key API changes and providing migration paths. -The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated — review the sections below to identify the changes that affect your integration. +The actual migration effort depends on which APIs you currently use. In many cases, only the interfaces you actively use need to be updated - review the sections below to identify the changes that affect your integration. > [!NOTE] > If you are new to the DCV architecture and prefer to start fresh, refer to the [User Guide]({{ site.dbr_python }}user-guide.html) for a quick-start tutorial. diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index 14f2d263..49ce0476 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition. +description: Chronological release notes index for DBR SDK Python Edition, covering all versions from 7.x through 11.x. keywords: release notes, python needAutoGenerateSidebar: false --- diff --git a/programming/python/release-notes/python-10.md b/programming/python/release-notes/python-10.md index 2c6fef2d..ad9c0bae 100644 --- a/programming/python/release-notes/python-10.md +++ b/programming/python/release-notes/python-10.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v10.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v10.x. +description: Release notes for DBR SDK Python Edition v10.x, detailing new features, bug fixes, and API changes introduced across the v10 releases under the DCV architecture. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/release-notes/python-11.md b/programming/python/release-notes/python-11.md index b87d5ff1..d50ec07d 100644 --- a/programming/python/release-notes/python-11.md +++ b/programming/python/release-notes/python-11.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v11.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v11.x. +description: Release notes for DBR SDK Python Edition v11.x, highlighting AI-powered barcode detection models, ECI support, on-demand model loading, and performance improvements. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/release-notes/python-7.md b/programming/python/release-notes/python-7.md index 1654e440..c644c7ef 100644 --- a/programming/python/release-notes/python-7.md +++ b/programming/python/release-notes/python-7.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v7.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v7.x. +description: Release notes for DBR SDK Python Edition v7.x and earlier, including speed and deblurring improvements, and various bug fixes. keywords: release notes, python needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/python/release-notes/python-8.md b/programming/python/release-notes/python-8.md index 39f7d2b7..9df4d5c0 100644 --- a/programming/python/release-notes/python-8.md +++ b/programming/python/release-notes/python-8.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v8.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v8.x. +description: Release notes for DBR SDK Python Edition v8.x, covering new localization modes, confidence scoring improvements, and other enhancements. keywords: release notes, python needAutoGenerateSidebar: true needGenerateH3Content: false diff --git a/programming/python/release-notes/python-9.md b/programming/python/release-notes/python-9.md index b6aa157d..dbff9ea3 100644 --- a/programming/python/release-notes/python-9.md +++ b/programming/python/release-notes/python-9.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Release Notes v9.x - Dynamsoft Barcode Reader SDK Python Edition -description: This is the release notes page of Dynamsoft Barcode Reader SDK Python Edition v9.x. +description: Release notes for DBR SDK Python Edition v9.x, including security updates, decoding accuracy improvements, and bug fixes across the v9 releases. keywords: release notes, python needGenerateH3Content: false --- diff --git a/programming/python/samples/index.md b/programming/python/samples/index.md index 8ba5d812..63f17b01 100644 --- a/programming/python/samples/index.md +++ b/programming/python/samples/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Samples - Dynamsoft Barcode Reader SDK Python Edition -description: Sample list page of Dynamsoft Barcode Reader Python Edition. +description: A list of Python code samples for DBR, including hello-world and various feature demonstration samples. keywords: python needAutoGenerateSidebar: false --- diff --git a/programming/python/upgrade-instruction.md b/programming/python/upgrade-instruction.md index 2c409d0f..255750bd 100644 --- a/programming/python/upgrade-instruction.md +++ b/programming/python/upgrade-instruction.md @@ -1,7 +1,7 @@ --- title: Upgrade Instructions - Dynamsoft Barcode Reader SDK Python Edition keywords: python, upgrade -description: This page introduces how to upgrade Dynamsoft Barcode Reader SDK Python Edition +description: Step-by-step instructions for upgrading DBR SDK Python Edition to version 11.x, covering license key update, pip package update, template migration, and project rebuild. needAutoGenerateSidebar: true needGenerateH3Content: true --- diff --git a/programming/python/user-guide.md b/programming/python/user-guide.md index 11512505..e0ed5ee0 100644 --- a/programming/python/user-guide.md +++ b/programming/python/user-guide.md @@ -1,7 +1,7 @@ --- layout: default-layout title: User Guide - Dynamsoft Barcode Reader SDK Python Edition -description: This is the user guide of Dynamsoft Barcode Reader SDK Python Edition. +description: A step-by-step guide to building your first barcode reading application with DBR Python Edition, covering installation, single-image decoding, and multi-image processing with code samples. keywords: user guide, python needAutoGenerateSidebar: true needGenerateH3Content: true diff --git a/programming/python/user-guide/explore-features/index.md b/programming/python/user-guide/explore-features/index.md index 8c4e4c34..f8ea13b4 100644 --- a/programming/python/user-guide/explore-features/index.md +++ b/programming/python/user-guide/explore-features/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Explore Features - Dynamsoft Barcode Reader SDK Python Edition User Guide -description: This page lists the topics to explore the features of Dynamsoft Barcode Reader Python Edition. +description: A curated list of feature topics for DBR Python Edition, covering barcode format control, difficult-scenario handling, result filtering, and advanced template usage. keywords: user guide, explore features, python noTitleIndex: false --- diff --git a/programming/python/user-guide/index.md b/programming/python/user-guide/index.md index f7e34aa4..960eb7e7 100644 --- a/programming/python/user-guide/index.md +++ b/programming/python/user-guide/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Python Edition User Guide Index -description: This is the user guide index page of Dynamsoft Barcode Reader Python Edition. +description: Index page for DBR Python Edition user guide, linking to Getting Started, Explore Features, and Use Cases articles. keywords: user guide index, python --- diff --git a/programming/python/user-guide/use-cases/index.md b/programming/python/user-guide/use-cases/index.md index d1659255..4c008ace 100644 --- a/programming/python/user-guide/use-cases/index.md +++ b/programming/python/user-guide/use-cases/index.md @@ -1,7 +1,7 @@ --- layout: default-layout title: Use Cases - Dynamsoft Barcode Reader SDK Python Edition User Guide -description: This page explores the use cases of Dynamsoft Barcode Reader Python Edition. +description: Use case articles for DBR Python Edition, including how to read DPM codes and postal codes. keywords: user guide, use cases, python ---