Skip to content

Commit 906d6ad

Browse files
Merge pull request #284 from dynamsoft-docs/preview
update to internal commit d005625e
2 parents b32ed3a + 50e0f30 commit 906d6ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3697
-668
lines changed

_config.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ react_native: /capture-vision/docs/mobile/programming/react-native/
4949
react_native_api: /capture-vision/docs/mobile/programming/react-native/api-reference/
5050

5151
dbr_android_api: /barcode-reader/docs/mobile/programming/android/api-reference/
52-
dcv_android_api: /capture-vision/docs/mobile/programming/android/api-reference/
52+
dcv_android_api: /capture-vision/docs-archive/mobile/programming/android/api-reference/
53+
dcvb_android_api: /capture-vision/docs/mobile/programming/android/api-reference/
5354

5455
dbr_ios_api: /barcode-reader/docs/mobile/programming/objectivec-swift/api-reference/
55-
dcv_ios_api: /capture-vision/docs/mobile/programming/ios/api-reference/
56+
dcv_ios_api: /capture-vision/docs-archive/mobile/programming/ios/api-reference/
57+
dcvb_ios_api: /capture-vision/docs/mobile/programming/ios/api-reference/
5658

5759
dbr_maui: /barcode-reader/docs/mobile/programming/maui/
5860
dbr_maui_api: /barcode-reader/docs/mobile/programming/maui/api-reference/
@@ -63,9 +65,14 @@ dce_maui_api: /camera-enhancer/docs/mobile/programming/maui/api-reference/
6365
dcp_maui: /code-parser/docs/mobile/programming/maui/
6466
dcp_maui_api: /code-parser/docs/mobile/programming/maui/api-reference/
6567

66-
dcv_enumerations: /capture-vision/docs/core/enums/
67-
dcv_parameters_reference: /capture-vision/docs/core/parameters/reference/
68-
dcv_introduction: /capture-vision/docs/core/introduction/
68+
dcv_enumerations: /capture-vision/docs-archive/core/enums/
69+
dcv_parameters_reference: /capture-vision/docs-archive/core/parameters/reference/
70+
dcv_introduction: /capture-vision/docs-archive/core/introduction/
71+
dcvb_enumerations: /capture-vision/docs/core/enums/
72+
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
73+
dcvb_introduction: /capture-vision/docs/core/introduction/
74+
dcvb_architecture: /capture-vision/docs/core/architecture/
75+
dcvb_parameters: /capture-vision/docs/core/parameters/
6976

7077
mobile_enum: /barcode-reader/docs/mobile/programming/enumeration/
7178

_data/full_tree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tree_file_list:
22
- sidelist-full-tree.html
33
- sidelist-programming/programming-android.html
4+
- sidelist-programming/programming-android-v10.2.1100.html
45
- sidelist-programming/programming-android-v10.0.21.html
56
- sidelist-programming/programming-android-v10.0.20.html
67
- sidelist-programming/programming-android-v9.6.40.html
@@ -19,6 +20,7 @@ tree_file_list:
1920
- sidelist-programming/programming-android-v7.6.0.html
2021
- sidelist-programming/programming-android-v7.5.0.html
2122
- sidelist-programming/programming-oc.html
23+
- sidelist-programming/programming-oc-v10.2.1101.html
2224
- sidelist-programming/programming-oc-v10.0.21.html
2325
- sidelist-programming/programming-oc-v10.0.20.html
2426
- sidelist-programming/programming-oc-v9.6.40.html

_data/product_version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ version_info_list_mobile:
2626
- value: latest version
2727
- value: 10.x
2828
child:
29+
- 10.2.1100_android
30+
- 10.2.1101_ios
2931
- 10.2.10_android
3032
- 10.0.21_android
3133
- 10.0.20_android

_includes/sidelist-programming/programming-android-v10.2.1100.html

Lines changed: 476 additions & 0 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-android.html

Lines changed: 242 additions & 107 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-maui.html

Lines changed: 147 additions & 4 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-oc-v10.2.1101.html

Lines changed: 476 additions & 0 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-oc.html

Lines changed: 238 additions & 105 deletions
Large diffs are not rendered by default.

assets/js/dbrMobileVersionSearch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"version": "10.4.2000",
4+
"matchVersion": {
5+
"android": "2.4.2000",
6+
"ios": "2.4.2000"
7+
}
8+
},
29
{
310
"version": "10.2.110",
411
"matchList": {
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
layout: default-layout
3+
title: QRCodeDetails Class - Dynamsoft Barcode Reader Android Edition
4+
description: QRCodeDetails class represents the details of a QR Code. It is derived from the BarcodeDetails class and contains various attributes related to the QR Code.
5+
keywords: QRCodeDetails, api reference
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
8+
breadcrumbText: QRCodeDetails
9+
permalink: /programming/android/api-reference/auxiliary-QRCodeDetails.html
10+
---
11+
12+
# QRCodeDetails
13+
14+
`QRCodeDetails` extends the [`BarcodeDetails`](barcode-details.md) class and represents detailed information specific to a QR Code.
15+
16+
## Definition
17+
18+
*Assembly:* DynamsoftBarcodeReader.aar
19+
20+
*Namespace:* com.dynamsoft.dbr
21+
22+
```java
23+
class QRCodeDetails extends BarcodeDetails
24+
```
25+
26+
## Methods
27+
28+
| Method | Description |
29+
| ------ | ----------- |
30+
| [`QRCodeDetails`](#qrcodedetails-1) | The constructor. Initializes a new instance of the `QRCodeDetails` class. |
31+
| [`getRows`](#getrows) | Returns the number of rows in the QR Code. |
32+
| [`getColumns`](#getcolumns) | Returns the number of columns in the QR Code. |
33+
| [`getErrorCorrectionLevel`](#geterrorcorrectionlevel) | Returns the error correction level of the QR Code.|
34+
| [`getVersion`](#getversion) | Returns the version of the QR Code.|
35+
| [`getModel`](#getmodel) | Returns the number of models of the QR Code.|
36+
| [`getMode`](#getmode) | Returns the first data encoding mode of the QR Code.|
37+
| [`getPage`](#getpage) | Returns the position of the particular symbol in the structured append format of the QR Code.|
38+
| [`getTotalPage`](#gettotalpage) | Returns the total number of symbols to be concatenated int the structured append format of the QR Code.|
39+
| [`getParityData`](#getparitydata) | Returns the Parity Data of the QR Code.|
40+
41+
### QRCodeDetails
42+
43+
The constructor. Initializes a new instance of the `QRCodeDetails` class.
44+
45+
```java
46+
QRCodeDetails()
47+
```
48+
49+
### getRows
50+
51+
Returns the number of rows in the QR Code.
52+
53+
```java
54+
int getRows()
55+
```
56+
57+
**Return Value**
58+
59+
An integer representing the row count of the QR Code.
60+
61+
### getColumns
62+
63+
Returns the number of columns in the QR Code.
64+
65+
```java
66+
int getColumns()
67+
```
68+
69+
**Return Value**
70+
71+
An integer representing the column count of the QR Code.
72+
73+
### getErrorCorrectionLevel
74+
75+
Returns the error correction level of the QR Code as a [`QRCodeErrorCorrectionLevel`]({{site.dcv_enumerations}}barcode-reader/qr-code-error-correction-level.html?lang=android) enumeration item.
76+
77+
```java
78+
int getErrorCorrectionLevel()
79+
```
80+
81+
**Return Value**
82+
83+
An integer representing the error correction level of the QR Code.
84+
85+
### getVersion
86+
87+
Returns the version of the QR Code.
88+
89+
```java
90+
int getVersion()
91+
```
92+
93+
**Return Value**
94+
95+
An integer representing the version of the QR Code.
96+
97+
### getModel
98+
99+
Returns the number of models of the QR Code.
100+
101+
```java
102+
int getModel()
103+
```
104+
105+
**Return Value**
106+
107+
An integer representing the number of models of the QR Code.
108+
109+
### getMode
110+
111+
Returns the first data encoding mode used in the QR Code.
112+
113+
```java
114+
int getMode()
115+
```
116+
117+
**Return Value**
118+
119+
An integer representing the first data encoding mode of the QR Code.
120+
121+
### getPage
122+
123+
Returns the position of the particular symbol in the structured append format of the QR Code.
124+
125+
```java
126+
int getPage()
127+
```
128+
129+
**Return Value**
130+
131+
An integer representing the position of the particular symbol in the Structured Append format of the QR Code.
132+
133+
### getTotalPage
134+
135+
Returns the total number of symbols to be concatenated into the Structured Append format of the QR Code.
136+
137+
```java
138+
int getTotalPage()
139+
```
140+
141+
**Return Value**
142+
143+
An integer representing the total number of symbols to be concatenated into the Structured Append format of the QR Code.
144+
145+
### getParityData
146+
147+
Returns the parity data which is obtained by XORing a byte with the ASCII/JIS values of all the original input data before division into symbol blocks.
148+
149+
```java
150+
byte getParityData()
151+
```
152+
153+
**Return Value**
154+
155+
A `Byte` object representing the parity data of the QR Code.

0 commit comments

Comments
 (0)