Skip to content

Commit c6924d1

Browse files
Update index.md
1 parent 4c1a13a commit c6924d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • programming/android/api-reference

programming/android/api-reference/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: default-layout
33
title: Dynamsoft Barcode Reader Android API Reference - Main Page
44
description: Main API reference page for Dynamsoft Barcode Reader SDK for Android.
55
keywords: BarcodeReader, api reference, Android
6+
noTitleIndex: false
7+
needGenerateH3Content: true
8+
needAutoGenerateSidebar: true
69
---
710

811
# API Overview
@@ -115,6 +118,5 @@ Implement [`CapturedResultReceiver`]({{ site.dcvb_android_api }}capture-vision-r
115118

116119
| Result | Basic Item | Type |
117120
| ------ | ---------- | ---- |
118-
| [`CapturedResult`]({{ site.dcvb_android_api }}capture-vision-router/auxiliary-classes/captured-result.html) | [`CapturedResultItem`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html) | Depends on `CapturedResultItemType`. Cast items to the corresponding subclass before use. |
119121
| [`DecodedBarcodesResult`](decoded-barcodes-result.md) | [`BarcodeResultItem`](barcode-result-item.md) | `CRIT_BARCODE` |
120122
| [`ParsedResult`]({{ site.dcp_android_api }}parsed-result.html) | [`ParsedResultItem`]({{ site.dcp_android_api }}parsed-result-item.html) | `CRIT_PARSED_RESULT` |

0 commit comments

Comments
 (0)