You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`static`[getVersion()](./capture-vision-router-module-class-v2.0.10.md#getversion)| Returns the version of the `CaptureVisionRouter` module. |
24
24
|`static`[engineResourcePath](./capture-vision-router-module-class-v2.0.10.md#engineresourcepath)| Sets or returns the path to find the resources files (.wasm, etc.). |
@@ -44,10 +44,9 @@ The APIs for this class include:
|[setInput()](./multiple-image-processing.md#setinput)| Sets an image source to provide images for consecutive process. |
68
-
|[getInput()](./multiple-image-processing.md#getinput)| Returns the image source object. |
69
-
|[addImageSourceStateListener()](./multiple-image-processing.md#addimagesourcestatelistener)| Adds an object that listens to state changes of the image source. |
70
-
|[removeImageSourceStateListener()](./multiple-image-processing.md#removeimagesourcestatelistener)| Removes an object which listens to state changes of the image source. |
71
-
|[addResultReceiver()](./multiple-image-processing.md#addresultreceiver)| Adds an object as the receiver of captured results. |
72
-
|[removeResultReceiver()](./multiple-image-processing.md#removeresultreceiver)| Removes an object which was added as a receiver of captured results. |
73
-
|[addResultFilter()](./multiple-image-processing.md#addresultfilter)| Adds an object as the filter of captured results. |
74
-
|[removeResultFilter()](./multiple-image-processing.md#removeresultfilter)| Removes a result filter for filtering non-essential results. |
75
-
|[startCapturing()](./multiple-image-processing.md#startcapturing)| Starts to process images consecutively. |
76
-
|[stopCapturing()](./multiple-image-processing.md#stopcapturing)| Stops the consecutive process. |
|[setInput()](./multiple-image-processing.md#setinput)| Sets an image source to provide images for consecutive process. |
67
+
|[getInput()](./multiple-image-processing.md#getinput)| Returns the image source object. |
68
+
|[addResultReceiver()](./multiple-image-processing.md#addresultreceiver)| Adds an object as the receiver of captured results. |
69
+
|[removeResultReceiver()](./multiple-image-processing.md#removeresultreceiver)| Removes an object which was added as a receiver of captured results. |
70
+
|[addResultFilter()](./multiple-image-processing.md#addresultfilter)| Adds an object as the filter of captured results. |
71
+
|[removeResultFilter()](./multiple-image-processing.md#removeresultfilter)| Removes a result filter for filtering non-essential results. |
72
+
|[startCapturing()](./multiple-image-processing.md#startcapturing)| Initiates a capturing process based on a specified template. |
73
+
|[stopCapturing()](./multiple-image-processing.md#stopcapturing)| Stops the capturing process. |
74
+
75
+
<!-- | [addImageSourceStateListener()](./multiple-image-processing.md#addimagesourcestatelistener) | Adds an object that listens to state changes of the image source. |
76
+
| [removeImageSourceStateListener()](./multiple-image-processing.md#removeimagesourcestatelistener) | Removes an object which listens to state changes of the image source. | -->
|[initSettings()](./settings.md#initsettings)| Initializes settings with either a file or a string. |
83
83
|[outputSettings()](./settings.md#outputsettings)| Outputs a `CaptureVisionTemplate` specified by its name to a string. |
84
84
|[getSimplifiedSettings()](./settings.md#getsimplifiedsettings)| Returns a `SimplifiedCaptureVisionSettings` object for manipulating a specified `CaptureVisionTemplate`. |
85
85
|[updateSettings()](./settings.md#updatesettings)| Updates a specified `CaptureVisionTemplate` with updated an updated `SimplifiedCaptureVisionSettings` object. |
86
-
|[resetSettings()](./settings.md#resetsettings)|Resets settings to factory default. |
86
+
|[resetSettings()](./settings.md#resetsettings)|Restores all runtime settings to their original default values. |
0 commit comments