Skip to content

Commit 412c758

Browse files
remove 404 links
1 parent 8ed2288 commit 412c758

File tree

1 file changed

+10
-10
lines changed
  • programming/javascript/release-notes

1 file changed

+10
-10
lines changed

programming/javascript/release-notes/js-9.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ permalink: /programming/javascript/release-notes/js-9.html
6666

6767
- Updated the barcode reader algorithm to v9.6.30.
6868
- Updated the internal `Dynamsoft Camera Enhancer` from version 3.3.5 to version 3.3.6.
69-
- Updated the API [`singleFrameMode`](../api-reference/BarcodeScanner.md#singleframemode) to support using the system camera directly without prompting for image source selection on mobile devices.
69+
- Updated the API `singleFrameMode` to support using the system camera directly without prompting for image source selection on mobile devices.
7070
- Updated the method `close()` so that it automatically clears the highlighting of found barcode symbols.
7171

7272
## 9.6.21 (08/03/2023)
@@ -113,9 +113,9 @@ permalink: /programming/javascript/release-notes/js-9.html
113113

114114
- Updated the barcode reader algorithm to v9.6.10.
115115
- Updated the internal `Dynamsoft Camera Enhancer` to [v3.3.1](https://www.dynamsoft.com/camera-enhancer/docs-archive/web/programming/javascript/release-note/release-notes-3.x.html#331-02202023).
116-
- The method [`decodeBuffer`](../api-reference/BarcodeReader.md#decodebuffer) is updated to accept an additional parameter "orientation" to help specify the orientation of the image data.
117-
- The interface [`LocalizationResult`](../api-reference/interface/LocalizationResult.md) is updated to have a new property "transformationMatrix".
118-
- Three missing errorcodes are added: DBR_PANORAMA_LICENSE_INVALID, DBR_PHARMACODE_LICENSE_INVALID, DBR_IMAGE_ORIENTATION_INVALID. Check the full list at [`EnumErrorCode`](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/enum/EnumErrorCode.html).
116+
- The method `decodeBuffer` is updated to accept an additional parameter "orientation" to help specify the orientation of the image data.
117+
- The interface `LocalizationResult` is updated to have a new property "transformationMatrix".
118+
- Three missing errorcodes are added: DBR_PANORAMA_LICENSE_INVALID, DBR_PHARMACODE_LICENSE_INVALID, DBR_IMAGE_ORIENTATION_INVALID. Check the full list at [`EnumErrorCode`](https://www.dynamsoft.com/barcode-reader/docs/v9/web/programming/javascript/api-reference/enum/EnumErrorCode.html).
119119

120120
#### Fixed
121121

@@ -153,7 +153,7 @@ permalink: /programming/javascript/release-notes/js-9.html
153153

154154
#### Added
155155

156-
- Added 3 new properties in [`ScanSettings`](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/ScanSettings.html#scansettings)
156+
- Added 3 new properties in `ScanSettings`
157157
1. `autoZoom`, when set to `true`, means the SDK will automatically zoom in on the video if the barcode appears too small in the video feed and fails to be read;
158158
2. `autoFocus`, when set to `true`, means the SDK will automatically focus on the part of the video where a barcode is found but fails to be read;
159159
3. `autoSuggestTip`, when set to `true`, means the SDK will automatically suggest Tip messages to help guide the user to acquire better video frames for barcode reading.
@@ -243,7 +243,7 @@ permalink: /programming/javascript/release-notes/js-9.html
243243
### Added
244244

245245
* Added method `setVideoFit()` to `BarcodeScanner` to allow the video element to either fit or cover the viewer.
246-
* Added method `setImageSource()` to `BarcodeReader` to specify an Image Source which provides images of the type [`DSImage`](../api-reference/interface/dsimage.md) for continuous scanning.
246+
* Added method `setImageSource()` to `BarcodeReader` to specify an Image Source which provides images of the type `DSImage` for continuous scanning.
247247
* Added methods `startScanning()`, `pauseScanning()`, `resumeScanning()`, `stopScanning()`, `getScanSettings()` and `updateScanSettings()` as well as events `onUniqueRead` and `onImageRead` to `BarcodeReader` to facilitate continous scanning of images coming from the Image Source.
248248

249249
## 9.0.0 (03/24/2022)
@@ -290,10 +290,10 @@ The following APIs are moved:
290290

291291
| API Name | Notes |
292292
|:-|:-|
293-
| `whenToPlaySoundforSuccessfulRead` | Moved to [`ScanSettings`](../api-reference/interface/ScanSettings.md). |
294-
| `soundOnSuccessfullRead` | Moved to [`ScanSettings`](../api-reference/interface/ScanSettings.md). |
295-
| `whenToVibrateforSuccessfulRead` | Moved to [`ScanSettings`](../api-reference/interface/ScanSettings.md). |
296-
| `vibrateDuration` | Moved to [`ScanSettings`](../api-reference/interface/ScanSettings.md). |
293+
| `whenToPlaySoundforSuccessfulRead` | Moved to `ScanSettings` |
294+
| `soundOnSuccessfullRead` | Moved to `ScanSettings` |
295+
| `whenToVibrateforSuccessfulRead` | Moved to `ScanSettings` |
296+
| `vibrateDuration` | Moved to `ScanSettings` |
297297

298298
#### Deprecated
299299

0 commit comments

Comments
 (0)