Skip to content

Commit 7e5b052

Browse files
update to internal commit 76b2fa9d
1 parent a671b69 commit 7e5b052

18 files changed

+37
-37
lines changed

programming/android/api-reference/auxiliary-ExtendedResult.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ The following methods are inherited from class [`RegionObjectElement`]({{ site.d
6464

6565
### getExtendedBarcodeResultType
6666

67-
Returns the type of the extended barcode result as a [`ExtendedBarcodeResultType`]({{ site.dcvb_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android) enumeration item.
67+
Returns the type of the extended barcode result as a [`ExtendedBarcodeResultType`]({{ site.dbr_android_api }}enum/extended-barcode-result-type.html?lang=android) enumeration item.
6868

6969
```java
7070
EnumExtendedBarcodeResultType getExtendedBarcodeResultType();
7171
```
7272

7373
**Return Value**
7474

75-
A [`EnumExtendedBarcodeResultType`]({{ site.dcvb_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android) item representing the extended barcode result type.
75+
A [`EnumExtendedBarcodeResultType`]({{ site.dbr_android_api }}enum/extended-barcode-result-type.html?lang=android) item representing the extended barcode result type.
7676

7777
### getDeformation
7878

programming/android/api-reference/auxiliary-QRCodeDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An integer representing the column count of the QR Code.
7474

7575
### getErrorCorrectionLevel
7676

77-
Returns the error correction level of the QR Code as a [`QRCodeErrorCorrectionLevel`]({{site.dcvb_enumerations}}barcode-reader/qr-code-error-correction-level.html?lang=android) enumeration item.
77+
Returns the error correction level of the QR Code as a [`QRCodeErrorCorrectionLevel`]({{site.dbr_android_api }}enum/qr-code-error-correction-level.html?lang=android) enumeration item.
7878

7979
```java
8080
int getErrorCorrectionLevel()

programming/android/api-reference/barcode-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ The following methods are inherited from [`CapturedResultItem`]({{ site.dcvb_and
5050

5151
### getFormat
5252

53-
Returns the format of the barcode. This format will be one of the [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) items.
53+
Returns the format of the barcode. This format will be one of the [`EnumBarcodeFormat`]({{ site.dcvb_android_api }}enum/barcode-format.html?lang=android) items.
5454

5555
```java
5656
long getFormat()
5757
```
5858

5959
**Return Value**
6060

61-
The [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) of the barcode.
61+
The [`EnumBarcodeFormat`]({{ site.dcvb_android_api }}enum/barcode-format.html?lang=android) of the barcode.
6262

6363
### getFormatString
6464

programming/android/api-reference/barcode-scanner/barcode-scan-result.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int getErrorCode();
7070

7171
**Return Value**
7272

73-
An integer representing a [`EnumErrorCode`]({{ site.dcvb_enumerations }}core/error-code.html?lang=android).
73+
An integer representing a [`EnumErrorCode`]({{ site.dcvb_android_api }}core/enum//error-code.html?lang=android).
7474

7575
### getErrorString
7676

@@ -82,4 +82,4 @@ String getErrorString();
8282

8383
**Return Value**
8484

85-
A string representing the message of a [`EnumErrorCode`]({{ site.dcvb_enumerations }}core/error-code.html?lang=android).
85+
A string representing the message of a [`EnumErrorCode`]({{ site.dcvb_android_api }}core/enum//error-code.html?lang=android).

programming/android/api-reference/barcode-scanner/barcode-scanner-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void setBarcodeFormats(long format);
9999

100100
**Parameter(s)**
101101

102-
`format`: A combined value of [`EnumBarcodeFormat`]({{ site.dcvb_enumerations }}barcode-reader/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
102+
`format`: A combined value of [`EnumBarcodeFormat`]({{ site.dbr_android_api }}enum/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
103103

104104
### setScanRegion
105105

@@ -255,7 +255,7 @@ long getBarcodeFormats();
255255

256256
**Return Value**
257257

258-
A combined value of [`EnumBarcodeFormat`]({{ site.dcvb_enumerations }}barcode-reader/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
258+
A combined value of [`EnumBarcodeFormat`]({{ site.dbr_android_api }}enum/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
259259

260260
### getScanRegion
261261

programming/android/api-reference/dbr-index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ keywords: BarcodeReader, api reference, Android
2424
- Auxiliary Classes
2525
- [BarcodeReaderModule]({{ site.dbr_android_api }}barcode-reader-module.html)
2626
- Enumerations
27-
- [BarcodeFormat]({{ site.dcvb_enumerations }}barcode-reader/barcode-format.html?lang=android)
28-
- [DeblurMode]({{ site.dcvb_enumerations }}barcode-reader/deblur-mode.html?lang=android)
29-
- [ExtendedBarcodeResultType]({{ site.dcvb_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android)
30-
- [LocalizationMode]({{ site.dcvb_enumerations }}barcode-reader/localization-mode.html?lang=android)
31-
- [QRCodeErrorCorrectionLevel]({{ site.dcvb_enumerations }}barcode-reader/qr-code-error-correction-level.html?lang=android)
27+
- [BarcodeFormat]({{ site.dbr_android_api }}enum/barcode-format.html?lang=android)
28+
- [DeblurMode]({{ site.dbr_android_api }}enum/deblur-mode.html?lang=android)
29+
- [ExtendedBarcodeResultType]({{ site.dbr_android_api }}enum/extended-barcode-result-type.html?lang=android)
30+
- [LocalizationMode]({{ site.dbr_android_api }}enum/localization-mode.html?lang=android)
31+
- [QRCodeErrorCorrectionLevel]({{ site.dbr_android_api }}enum/qr-code-error-correction-level.html?lang=android)
3232

3333
#### APIs for Advanced Usage
3434

programming/android/api-reference/decoded-barcode-element.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,27 +121,27 @@ A `BOOL` value describing whether the barcode is mirrored or not.
121121

122122
### getFormat
123123

124-
Returns the format of the decoded barcode as a [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) item.
124+
Returns the format of the decoded barcode as a [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) item.
125125

126126
```java
127127
EnumBarcodeFormat getFormat();
128128
```
129129

130130
**Return Value**
131131

132-
A [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) item representing the format of the decoded barcode.
132+
A [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) item representing the format of the decoded barcode.
133133

134134
### setFormat
135135

136-
Sets the format of the decoded barcode as a [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) item.
136+
Sets the format of the decoded barcode as a [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) item.
137137

138138
```java
139139
void setFormat(EnumBarcodeFormat format);
140140
```
141141

142142
**Parameters**
143143

144-
`format`: The [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) of the decoded barcode.
144+
`format`: The [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) of the decoded barcode.
145145

146146
### getFormatString
147147

programming/android/api-reference/deformation-resisted-barcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Quadrilateral location;
4949

5050
### format
5151

52-
A [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) enum that represents the format of the deformation-resisted barcode.
52+
A [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) enum that represents the format of the deformation-resisted barcode.
5353

5454
```java
5555
long format;

programming/android/api-reference/localized-barcode-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Returns the possible format(s) of the localized barcode.
7373

7474
**See Also**
7575

76-
[EnumBarcodeFormat]({{ site.dcvb_enumerations }}barcode-reader/barcode-format.html?lang=android)
76+
[EnumBarcodeFormat]({{ site.dbr_android_api }}enum/barcode-format.html?lang=android)
7777

7878
### setPossibleFormats
7979

programming/android/api-reference/simplified-barcode-reader-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SimplifiedBarcodeReaderSettings
4545

4646
### barcodeFormatIds
4747

48-
Defines a combined value of [`EnumBarcodeFormat`]({{site.dcvb_enumerations}}barcode-reader/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
48+
Defines a combined value of [`EnumBarcodeFormat`]({{site.dbr_android_api }}enum/barcode-format.html?lang=android) to specify which barcode format(s) the library should target.
4949

5050
```java
5151
long barcodeFormatIds;
@@ -68,7 +68,7 @@ int expectedBarcodesCount;
6868

6969
### localizationModes
7070

71-
Defines the localization algorithm(s) used to localize barcodes. The array consists of one or more modes, with each [EnumLocalizationMode]({{site.dcvb_enumerations}}barcode-reader/localization-mode.html?lang=android) representing a different localization process.
71+
Defines the localization algorithm(s) used to localize barcodes. The array consists of one or more modes, with each [EnumLocalizationMode]({{site.dbr_android_api }}enum/localization-mode.html?lang=android) representing a different localization process.
7272

7373
```java
7474
EnumLocalizationMode[] localizationModes;
@@ -80,7 +80,7 @@ If you would like to learn more about the localization modes and how they work,
8080

8181
### deblurModes
8282

83-
Sets the priority for which deblurring algorithms the library will employ when dealing with blurry images. This array consists of [`EnumDeblurMode`]({{site.dcvb_enumerations}}barcode-reader/deblur-mode.html?lang=android) items.
83+
Sets the priority for which deblurring algorithms the library will employ when dealing with blurry images. This array consists of [`EnumDeblurMode`]({{site.dbr_android_api }}enum/deblur-mode.html?lang=android) items.
8484

8585
```java
8686
EnumDeblurMode[] deblurModes;

0 commit comments

Comments
 (0)