Skip to content

Commit 4e5c594

Browse files
update page description
1 parent ba785df commit 4e5c594

433 files changed

Lines changed: 720 additions & 751 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/capture-vision-router/auxiliary-classes/buffered-items-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CBufferedItemsManager - Dynamsoft Capture Vision Router Module C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CBufferedItemsManager in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CBufferedItemsManager class in Dynamsoft Capture Vision C++ Edition, managing the buffer of recognized character items for cross-frame verification.
55
keywords: buffered items manager, c++
66
needAutoGenerateSidebar: true
77
---

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/capture-state-listener.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCaptureStateListener - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CCaptureStateListener in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CCaptureStateListener class in Dynamsoft Capture Vision C++ Edition, a callback interface notified when the capture state changes.
55
keywords: capture state listener, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/capture-vision-router-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCaptureVisionRouterModule - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CCaptureVisionRouterModule in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CCaptureVisionRouterModule class in Dynamsoft Capture Vision C++ Edition, providing module-level utilities such as version retrieval.
55
keywords: capture vision router module, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/captured-result-array.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCapturedResultArray - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CCapturedResultArray in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CCapturedResultArray class in Dynamsoft Capture Vision C++ Edition, representing an array of CCapturedResult objects returned from multi-page or batch processing.
55
keywords: captured result array, c++
66
needAutoGenerateSidebar: true
77
---

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/captured-result-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCapturedResultFilter - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: The class CCapturedResultFilter of CaptureVisionRouter Module C++ edition defines how to filter the captured results.
4+
description: API reference for the CCapturedResultFilter class in Dynamsoft Capture Vision C++ Edition, defining rules to filter captured results by confidence, barcode format, and other criteria.
55
keywords: captured result receiver, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/captured-result-receiver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCapturedResultReceiver - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: The class CCapturedResultReceiver of CaptureVisionRouter module C++ edition is responsible for receiving captured results.
4+
description: API reference for the CCapturedResultReceiver class in Dynamsoft Capture Vision C++ Edition, a callback interface for receiving captured results from the router.
55
keywords: captured result receiver, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/captured-result.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CCapturedResult - Dynamsoft Capture Vision C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CCapturedResult in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CCapturedResult class in Dynamsoft Capture Vision C++ Edition, representing the collection of all result items from a single image capture.
55
keywords: captured result, c++
66
needAutoGenerateSidebar: true
77
---

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/image-source-state-listener.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CImageSourceStateListener - Dynamsoft Capture Vision Router Module C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CImageSourceStateListener in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CImageSourceStateListener class in Dynamsoft Capture Vision C++ Edition, a callback interface notified when the image source state changes.
55
keywords: image source state listener, c++
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/intermediate-result-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CIntermediateResultManager - Dynamsoft Capture Vision Router C++ Edition API Reference
4-
description: This page shows the C++ edition of the class CIntermediateResultManager in Dynamsoft Capture Vision Router Module.
4+
description: API reference for the CIntermediateResultManager class in Dynamsoft Capture Vision C++ Edition, managing registration and retrieval of intermediate processing results.
55
keywords: intermediate result manager, c++
66
needAutoGenerateSidebar: true
77
---

programming/cplusplus/api-reference/capture-vision-router/auxiliary-classes/intermediate-result-receiver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
layout: default-layout
33
title: class CIntermediateResultReceiver - Dynamsoft Core Module C++ Edition API Reference
4-
description: The class CIntermediateResultReceiver of CaptureVisionRouter module C++ edition is responsible for receiving intermediate results.
4+
description: API reference for the CIntermediateResultReceiver class in Dynamsoft Capture Vision C++ Edition, a callback interface for receiving intermediate results during image processing.
55
keywords: intermediate result receiver, c++
66
needAutoGenerateSidebar: true
77
---

0 commit comments

Comments
 (0)