Skip to content

Commit 5c9e43b

Browse files
update to internal commit 3a1456fd
1 parent 318c83e commit 5c9e43b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

programming/cplusplus/release-notes/cpp-10.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ permalink: /programming/cplusplus/release-notes/cpp-10.html
2424
- `EC_RESULT_TYPE_MISMATCH_IRREPLACEABLE`
2525
- `EC_LICENSE_CACHE_USED`
2626
- Added a virtual destructor to the interface [`CImageSourceErrorListener`]({{ site.dcv_cpp_api }}core/basic-structures/image-source-error-listener.html) to prevent memory leaks.
27-
- Added new functions to get different types of captured results.
2827
- Added a new function [`GetDecodedBarcodesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getdecodedbarcodesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_BARCODE`.
29-
- Added a new function [`GetRecognizedTextLinesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getrecognizedtextlinesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_TEXT_LINE`.
30-
- Added a new function [`GetDetectedQuadsResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getdetectedquadsresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_DETECTED_QUAD`.
31-
- Added a new function [`GetNormalizedImagesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getnormalizedimagesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_NORMALIZED_IMAGE`.
32-
- Added a new function [`GetParsedResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getparsedresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_PARSED_RESULT`.
3328
- Added new virtual destructors to the following interfaces to prevent memory leaks.
3429
- [`CCaptureStateListener`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/capture-state-listener.html)
3530
- [`CImageSourceStateListener`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/image-source-state-listener.html)

0 commit comments

Comments
 (0)