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
Copy file name to clipboardExpand all lines: programming/android/user-guide/capabilities/config-simplified-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ needAutoGenerateSidebar: true
13
13
> [!Important]
14
14
> Features on this page are only available for the **Foundational APIs**.
15
15
16
-
This page explores how to configure basic image processing settings with `SimplifiedCaptureVisionSettings`. The following APIs will be used:
16
+
This page explores how to configure basic image processing settings with [`SimplifiedCaptureVisionSettings`]({{ site.dcvb_android_api }}capture-vision-router/simplified-capture-vision-settings.html). The following APIs will be used:
17
17
18
18
1.`getSimplifiedSettings`: Get the settings of the specified `template`.
19
19
2.`updateSettings`: Update the settings to the specified `template`.
Copy file name to clipboardExpand all lines: programming/objectivec-swift/user-guide/capabilities/config-simplified-settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ needAutoGenerateSidebar: true
13
13
> [!Important]
14
14
> Features on this page are only available for the **Foundational APIs**.
15
15
16
-
This page explores how to configure basic image processing settings with `SimplifiedCaptureVisionSettings`. The following APIs will be used:
16
+
This page explores how to configure basic image processing settings with [`SimplifiedCaptureVisionSettings`]({{ site.dcvb_ios_api }}capture-vision-router/simplified-capture-vision-settings.html). The following APIs will be used:
17
17
18
18
1.`getSimplifiedSettings`: Get the settings of the specified `template`.
19
19
2.`updateSettings`: Update the settings to the specified `template`.
<aclass="capability-link-card"href="{{ site.features }}read-a-large-image.html?lang=objc,swift">Read barcodes from a large image</a>
87
+
<aclass="capability-link-card"href="{{ site.features }}read-barcodes-with-small-module-size.html?lang=objc,swift">Read barcodes with small module size</a>
88
+
<aclass="capability-link-card"href="{{ site.features }}read-barcodes-with-imbalanced-colour.html?lang=objc,swift">Read images with imbalanced colors</a>
89
+
<aclass="capability-link-card"href="{{ site.features }}read-barcodes-with-uneven-lighting.html?lang=objc,swift">Read images with uneven lighting</a>
90
+
<aclass="capability-link-card"href="{{ site.features }}read-images-with-texture.html?lang=objc,swift">Read images with texture</a>
91
+
<aclass="capability-link-card"href="{{ site.features }}read-images-with-lots-of-text.html?lang=objc,swift">Read images with lots of text</a>
92
+
<aclass="capability-link-card"href="{{ site.features }}read-dense-barcodes.html?lang=objc,swift">Read high-density QR Codes</a>
0 commit comments