Skip to content

Commit 2ea408a

Browse files
update page description
1 parent a0e29ce commit 2ea408a

173 files changed

Lines changed: 180 additions & 320 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

programming/cplusplus/api-reference/aztec-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CAztecDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CAztecDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: rows, columns, layerNumber, CAztecDetails, api reference
66
---
77
# CAztecDetails

programming/cplusplus/api-reference/barcode-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: CBarcodeDetails, api reference
66
---
77
# CBarcodeDetails

programming/cplusplus/api-reference/barcode-reader-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CBarcodeReaderModule Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CBarcodeReaderModule in Barcode Reader Module.
4+
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.
55
keywords: barcode reader module, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/barcode-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CBarcodeResultItem Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CBarcodeResultItem class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, CBarcodeResultItem, api reference
66
---
77

programming/cplusplus/api-reference/candidate-barcode-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CCandidateBarcodeZone Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CCandidateBarcodeZone class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
description: API reference for the CCandidateBarcodeZone class in Dynamsoft Barcode Reader C++ Edition, representing a candidate barcode region with location and possible format information.
55
keywords: GetLocation, SetLocation, GetPossibleFormats, SetPossibleFormats, CCandidateBarcodeZone, api reference
66
---
77
# CCandidateBarcodeZone Class

programming/cplusplus/api-reference/candidate-barcode-zones-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CCandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CCandidateBarcodeZonesUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: GetCount, GetCandidateBarcodeZone, AddCandidateBarcodeZone, RemoveAllCandidateBarcodeZones, RemoveCandidateBarcodeZone, SetCandidateBarcodeZone, CCandidateBarcodeZonesUnit, api reference
66
---
77
# CCandidateBarcodeZonesUnit Class

programming/cplusplus/api-reference/complemented-barcode-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CComplementedBarcodeImageUnit Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CComplementedBarcodeImageUnit class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: GetImageData, GetLocation, SetLocation, CComplementedBarcodeImageUnit, api reference
66
---
77
# CComplementedBarcodeImageUnit Class

programming/cplusplus/api-reference/datamatrix-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: rows, columns, CDataMatrixDetails, api reference
66
---
77
# CDataMatrixDetails

programming/cplusplus/api-reference/decoded-barcode-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDecodedBarcodeElement Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CDecodedBarcodeElement class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: GetFormat, GetText, GetBytes, GetAngle, GetConfidence, IsDPM, CDecodedBarcodeElement, api reference
66
---
77
# CDecodedBarcodeElement Class

programming/cplusplus/api-reference/decoded-barcodes-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default-layout
33
title: CDecodedBarcodesResult Class - Dynamsoft Barcode Reader C++ Edition API Reference
4-
description: This page shows CDecodedBarcodesResult class definition of Dynamsoft Barcode Reader SDK C++ Edition.
4+
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.
55
keywords: GetOriginalImageHashId, GetItemsCount, GetErrorCode, CDecodedBarcodesResult, api reference
66
---
77
# CDecodedBarcodesResult Class

0 commit comments

Comments
 (0)