Skip to content

Commit 2292a28

Browse files
committed
hide intermediate results related content
1 parent d6cac2b commit 2292a28

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

programming/javascript/api-reference/capture-vision-router/capture-vision-router-module.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ The APIs for this class include:
7070
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
7171
| [setInput()](./multiple-file-processing.md#setinput) | Sets an image source to provide images for consecutive process. |
7272
| [getInput()](./multiple-file-processing.md#getinput) | Returns the image source object. |
73-
| [addCaptureStateListener()](./multiple-file-processing.md#addcapturestatelistener) | Adds an object that listens to the state changes of the capture process. |
74-
| [removeCaptureStateListener()](./multiple-file-processing.md#removecapturestatelistener) | Removes an object which listens to the state changes of the capture process. |
7573
| [addImageSourceStateListener()](./multiple-file-processing.md#addimagesourcestatelistener) | Adds an object that listens to state changes of the image source. |
7674
| [removeImageSourceStateListener()](./multiple-file-processing.md#removeimagesourcestatelistener) | Removes an object which listens to state changes of the image source. |
7775
| [addResultReceiver()](./multiple-file-processing.md#addresultreceiver) | Adds an object as the receiver of captured results. |

programming/javascript/api-reference/capture-vision-router/multiple-file-processing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ permalink: /programming/javascript/api-reference/capture-vision-router/multiple-
1616
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
1717
| [setInput()](#setinput) | Sets an image source to provide images for consecutive process. |
1818
| [getInput()](#getinput) | Gets an image source to provide images for consecutive process. |
19-
| [addCaptureStateListener()](#addcapturestatelistener) | Adds an object that listens to the state changes of the capture process. |
20-
| [removeCaptureStateListener()](#removecapturestatelistener) | Removes an object which listens to the state changes of the capture process. |
2119
| [addImageSourceStateListener()](#addimagesourcestatelistener) | Adds an object that listens to state changes of the image source. |
2220
| [removeImageSourceStateListener()](#removeimagesourcestatelistener) | Removes an object which listens to state changes of the image source. |
2321
| [addResultReceiver()](#addresultreceiver) | Adds an object as the receiver of captured results. |
@@ -76,7 +74,7 @@ Returns the current image source adapter object representing the input image sou
7674
```javascript
7775
const imageSource = CaptureVisionRouter.getInput();
7876
```
79-
77+
<!--
8078
## addCaptureStateListener
8179
8280
Adds an object that listens to the state changes of the capture process.
@@ -136,6 +134,7 @@ let csl = {
136134
}
137135
cvr.removeCaptureStateListener(csl);
138136
```
137+
-->
139138

140139
## addImageSourceStateListener
141140

programming/javascript/user-guide/core-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The Dynamsoft Core module builds the foundation upon which Dynamsoft SDKs implem
1515
Some of the major classes and interfaces include:
1616

1717
- [ImageSourceAdapter Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/image-source-adapter.html)
18-
- [IntermediateResultManager Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/intermediate-results/intermediate-result-manager.html)
1918
- [CapturedResultReceiver Interface](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/captured-result-receiver.html)
2019
- [CapturedResultFilter Interface](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/captured-result-filter.html)
2120
- [CapturedResult Interface](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/captured-result.html)
2221
- [CapturedResultItem Interface](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/captured-result-item.html)
22+
<!--- [IntermediateResultManager Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/intermediate-results/intermediate-result-manager.html)-->
2323

2424
Learn more about the module by checking the [official documentation](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/core-module.html).

programming/javascript/user-guide/utility-readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ The current version is 1.0.10 and it contains definitions for the following clas
1616

1717
- [ImageManager Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/utility/image-manager.html)
1818
- [MultiFrameResultCrossFilter Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/utility/multi-frame-result-cross-filter.html)
19+
- [UtilityModule Class](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/utility/utility-module.html)

0 commit comments

Comments
 (0)