Skip to content

Commit 006c2bd

Browse files
Fixing wrong links
1 parent 15a5cf3 commit 006c2bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

programming/react-native/api-reference/core/image-source-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
title: ImageSourceAdapter - Dynamsoft Capture Vision React Native API Reference
44
description: The class ImageSourceAdapter of Dynamsoft Capture Vision React Native represents an interface for fetching and buffering images.
5-
keywords: image source adapter, Java, Kotlin
5+
keywords: image source adapter, react native
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true

programming/react-native/api-reference/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ Implement the callback methods of [`CapturedResultReceiver`]({{ site.dcv_react_n
5858

5959
Callback methods that are related to barcode decoding:
6060

61-
- [`onDecodedBarcodesReceived`]({{ site.dcv_react_native_api }}capture-vision-router/captured-result-receiver.html#ondecodedbarcodesreceived): The callback of barcode decoding. The result you received in the callback method is a [`DecodedBarcodesResult`]({{ site.dbr_react_native_api }}decoded-barcodes-result.html) object, which contains all the decoded barcodes from the processed image.
61+
- [`onDecodedBarcodesReceived`]({{ site.dcv_react_native_api }}capture-vision-router/captured-result-receiver.html#ondecodedbarcodesreceived): The callback of barcode decoding. The result you received in the callback method is a [`DecodedBarcodesResult`]({{ site.dbr_react_native_api }}barcode-reader/decoded-barcodes-result.html) object, which contains all the decoded barcodes from the processed image.
6262

6363
Related APIs:
6464

65-
- [`DecodedBarcodesResult`]({{ site.dbr_react_native_api }}decoded-barcodes-result.html): All barcodes that decoded from the processed image.
66-
- [`BarcodeResultItem`]({{ site.dbr_react_native_api }}barcode-result-item.html): The barcode decoding result of a single barcode.
65+
- [`DecodedBarcodesResult`]({{ site.dbr_react_native_api }}barcode-reader/decoded-barcodes-result.html): All barcodes that decoded from the processed image.
66+
- [`BarcodeResultItem`]({{ site.dbr_react_native_api }}barcode-reader/barcode-result-item.html): The barcode decoding result of a single barcode.
6767

6868
#### Document Scanning
6969

0 commit comments

Comments
 (0)