File tree Expand file tree Collapse file tree
_includes/sidelist-programming
programming/javascript/api-reference/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change 547547 < ul >
548548 < li >
549549 < a
550- href ="{{ site.djs_api }}enum-barcode-format.html?lang=js "
550+ href ="{{ site.js_api }}enum-barcode-format.html?lang=js "
551551 class ="otherLinkColour "
552552 > EnumBarcodeFormat</ a
553553 >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ barcodeFormatIds: EnumBarcodeFormat;
4949
5050** See also**
5151
52- * [ Dynamsoft.DBR.EnumBarcodeFormat] ({{ site.js_api }}interfaces/ enum-barcode-format.html?lang=js)
52+ * [ Dynamsoft.DBR.EnumBarcodeFormat] ({{ site.js_api }}enum-barcode-format.html?lang=js)
5353
5454## expectedBarcodesCount
5555
@@ -76,7 +76,7 @@ grayscaleTransformationModes: Array<Dynamsoft.Core.EnumGrayscaleTransformationMo
7676
7777** See also**
7878
79- * [ Dynamsoft.Core.EnumGrayscaleTransformationMode] ({{ site.dcv_js_api }}core/enum-grayscale-transformation-mode.html?lang=js)
79+ * [ Dynamsoft.Core.EnumGrayscaleTransformationMode] ({{ site.dcvb_js_api }}core/enum-grayscale-transformation-mode.html?lang=js)
8080
8181## grayscaleEnhancementModes
8282
@@ -88,7 +88,7 @@ grayscaleEnhancementModes: Array<Dynamsoft.Core.EnumGrayscaleEnhancementMode>;
8888
8989** See also**
9090
91- * [ EnumGrayscaleEnhancementMode] ({{ site.dcv_js_api }}core/enum-grayscale-enhancement-mode.html?lang=js)
91+ * [ EnumGrayscaleEnhancementMode] ({{ site.dcvb_js_api }}core/enum-grayscale-enhancement-mode.html?lang=js)
9292
9393## localizationModes
9494
@@ -144,4 +144,4 @@ Set the threshold for scaling down the input image during barcode localization.
144144
145145``` typescript
146146scaleDownThreshold : number ;
147- ```
147+ ```
You can’t perform that action at this time.
0 commit comments