Skip to content

Commit ff65900

Browse files
Merge pull request #40 from dynamsoft-docs/preview
update to internal commit 088bbb25
2 parents 5e3b89b + 1c0e5fe commit ff65900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/android/samples/recognize-from-camera-enhancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the [`setInput`]({{ site.dcv_android_api }}capture-vision-router/multiple-fi
3232

3333
## Output
3434

35-
To get the output result, you have to implement the `CapturedResultReceiver` and bind it with your `CaptureVisionRouter` instance. You will receive the text line recognizing results in the [`onDecodedBarcodesReceived`]({{ site.dcv_android_api }}core/basic-structures/captured-result-receiver.html#onrecognizedtextlinesreceived) method each time when a image (video frame) is processed.
35+
To get the output result, you have to implement the `CapturedResultReceiver` and bind it with your `CaptureVisionRouter` instance. You will receive the text line recognizing results in the [`onRecognizedTextLinesReceived`]({{ site.dcv_android_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html#onrecognizedtextlinesreceived) method each time when a image (video frame) is processed.
3636

3737
## Control the Start & Stop of the Capturing
3838

programming/objectivec-swift/samples/recognize-from-camera-enhancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the [`setInput`]({{ site.dcv_ios_api }}capture-vision-router/multiple-file-p
3232

3333
## Output
3434

35-
To get the output result, you have to implement the `CapturedResultReceiver` and bind it with your `CaptureVisionRouter` instance. You will receive the text line recognizing results in the [`onDecodedBarcodesReceived`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-receiver.html#onrecognizedtextlinesreceived) method each time when a image (video frame) is processed.
35+
To get the output result, you have to implement the `CapturedResultReceiver` and bind it with your `CaptureVisionRouter` instance. You will receive the text line recognizing results in the [`onRecognizedTextLinesReceived`]({{ site.dcv_ios_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html#onrecognizedtextlinesreceived) method each time when a image (video frame) is processed.
3636

3737
## Control the Start & Stop of the Capturing
3838

0 commit comments

Comments
 (0)