Skip to content

Commit 9b11805

Browse files
Updating titles
1 parent 569e0b0 commit 9b11805

59 files changed

Lines changed: 74 additions & 74 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/android/api-reference/auxiliary-AztecDetails.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: AztecDetails Class - Dynamsoft Barcode Reader Android Edition
4-
description: AztecDetails class represents a barcode in Aztec format. It inherits from the BarcodeDetails class and contains information about the row count, column count, and layer number of the barcode.
4+
description: AztecDetails class of Dynamsoft Barcode Reader Android represents a barcode in Aztec format. It inherits from the BarcodeDetails class and contains information about the row count, column count, and layer number of the barcode.
55
keywords: AztecDetails, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/api-reference/auxiliary-DataMatrixDetails.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: DataMatrixDetails Class - Dynamsoft Barcode Reader Android Edition
4-
description: DataMatrixDetails class represents the details of a DataMatrix barcode. It is derived from the BarcodeDetails class and contains various attributes related to the DataMatrix barcode.
4+
description: DataMatrixDetails class of Dynamsoft Barcode Reader Android represents the details of a DataMatrix barcode. It is derived from the BarcodeDetails class and contains various attributes related to the DataMatrix barcode.
55
keywords: DataMatrixDetails, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/api-reference/auxiliary-ExtendedResult.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: ExtendedBarcodeResult Class - Dynamsoft Barcode Reader Android Edition
4-
description: ExtendedBarcodeResult class represents an extended barcode result in a decoded barcode element. It contains information such as the type of extended barcode, deformation, clarity, and a sampling image of the barcode.
4+
description: ExtendedBarcodeResult class of Dynamsoft Barcode Reader Android represents an extended barcode result in a decoded barcode element. It contains information such as the type of extended barcode, deformation, clarity, and a sampling image of the barcode.
55
keywords: ExtendedBarcodeResult, class, api reference, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/api-reference/auxiliary-OneDCodeDetails.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: OneDCodeDetails Class - Dynamsoft Barcode Reader Android Edition
4-
description: The OneDCodeDetails class represents a barcode in OneD format. It inherits from the BarcodeDetails class and contains information about the start & stop char bytes, check digit bytes, and pattern ranges of the barcode.
4+
description: The OneDCodeDetails class of Dynamsoft Barcode Reader Android represents a barcode in OneD format. It inherits from the BarcodeDetails class and contains information about the start & stop char bytes, check digit bytes, and pattern ranges of the barcode.
55
keywords: OneDCodeDetails, api reference, start char bytes, stop char bytes, pattern range, check digit
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/api-reference/auxiliary-PDF417Details.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: PDF417Details Class - Dynamsoft Barcode Reader Android Edition
4-
description: The PDF417Details class represents a barcode in PDF417 format. It inherits from the BarcodeDetails class and contains information about the row count, column count, and error correction level of the barcode.
4+
description: The PDF417Details class of Dynamsoft Barcode Reader Android represents a barcode in PDF417 format. It inherits from the BarcodeDetails class and contains information about the row count, column count, and error correction level of the barcode.
55
keywords: PDF417Details, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/api-reference/auxiliary-QRCodeDetails.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: QRCodeDetails Class - Dynamsoft Barcode Reader Android Edition
4-
description: QRCodeDetails class represents the details of a QR Code. It is derived from the BarcodeDetails class and contains various attributes related to the QR Code.
4+
description: QRCodeDetails class of Dynamsoft Barcode Reader Android represents the details of a QR Code. It is derived from the BarcodeDetails class and contains various attributes related to the QR Code.
55
keywords: QRCodeDetails, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/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: BarcodeDetails Class - Dynamsoft Barcode Reader Android Edition
4-
description: BarcodeDetails class represents the details of a barcode. It is an abstract base class.
4+
description: BarcodeDetails class of Dynamsoft Barcode Reader Android represents the details of a barcode. It is an abstract base class.
55
keywords: BarcodeDetails, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/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: BarcodeReaderModule Class - Dynamsoft Barcode Reader Android Edition
4-
description: BarcodeReaderModule class defines general methods in the barcode reader module.
4+
description: BarcodeReaderModule class of Dynamsoft Barcode Reader Android defines general methods in the barcode reader module.
55
keywords: barcode reader module, Android, get version
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/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: BarcodeResultItem Class - Dynamsoft Barcode Reader Android Edition
4-
description: BarcodeResultItem class represents a barcode result item decoded by barcode reader engine. It is derived from CapturedResultItem.
4+
description: BarcodeResultItem class of Dynamsoft Barcode Reader Android represents a barcode result item decoded by barcode reader engine. It is derived from CapturedResultItem.
55
keywords: GetFormat, GetText, GetLocation, GetConfidence, GetModuleSize, BarcodeResultItem, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/android/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: CandidateBarcodeZonesUnit Class - Dynamsoft Barcode Reader Android Edition
4-
description: CandidateBarcodeZonesUnit class represents a unit that contains candidate barcode zones unit. It inherits from the IntermediateResultUnit class.
4+
description: CandidateBarcodeZonesUnit class of Dynamsoft Barcode Reader Android represents a unit that contains candidate barcode zones unit. It inherits from the IntermediateResultUnit class.
55
keywords: candidate barcode zone, CandidateBarcodeZonesUnit, api reference
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

0 commit comments

Comments
 (0)