Skip to content

Commit d032a3a

Browse files
update to internal commit 1af2dbd6
1 parent 58e9052 commit d032a3a

File tree

64 files changed

+541
-541
lines changed

Some content is hidden

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

64 files changed

+541
-541
lines changed

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

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

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

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@ The following methods are inherited from class [`DecodedBarcodeElement`](decoded
5353
| [`getDetails`](decoded-barcode-element.md#getdetails) | Returns the `BarcodeDetails` of the decoded barcode. |
5454
| [`getExtendedBarcodeResults`](decoded-barcode-element.md#getextendedbarcoderesults) | Returns the extended barcode results of the decoded barcode. |
5555

56-
The following methods are inherited from class [`RegionObjectElement`]({{ site.dcv_android_api }}core/intermediate-results/region-object-element.html).
56+
The following methods are inherited from class [`RegionObjectElement`]({{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html).
5757

5858
| Method | Description |
5959
| ------ | ----------- |
60-
| [`getLocation`]({{ site.dcv_android_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object, represented as a [`Quadrilateral`](../basic-structures/quadrilateral.md). |
61-
| [`setLocation`]({{ site.dcv_android_api }}core/intermediate-results/region-object-element.html#setlocation) | Sets the location of the region object, represented as a [`Quadrilateral`](../basic-structures/quadrilateral.md). |
62-
| [`getReferencedElement`]({{ site.dcv_android_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets the referenced element that supports the capturing of this element. |
63-
| [`getRegionObjectElementType`]({{ site.dcv_android_api }}core/intermediate-results/region-object-element.html#getregionobjectelementtype) | The type of the region object element, defined by the enumeration `EnumRegionObjectElementType`. |
60+
| [`getLocation`]({{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object, represented as a [`Quadrilateral`](../basic-structures/quadrilateral.md). |
61+
| [`setLocation`]({{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html#setlocation) | Sets the location of the region object, represented as a [`Quadrilateral`](../basic-structures/quadrilateral.md). |
62+
| [`getReferencedElement`]({{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets the referenced element that supports the capturing of this element. |
63+
| [`getRegionObjectElementType`]({{ site.dcvb_android_api }}core/intermediate-results/region-object-element.html#getregionobjectelementtype) | The type of the region object element, defined by the enumeration `EnumRegionObjectElementType`. |
6464

6565
### getExtendedBarcodeResultType
6666

67-
Returns the type of the extended barcode result as a [`ExtendedBarcodeResultType`]({{ site.dcv_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.dcvb_enumerations }}barcode-reader/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.dcv_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android) item representing the extended barcode result type.
75+
A [`EnumExtendedBarcodeResultType`]({{ site.dcvb_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android) item representing the extended barcode result type.
7676

7777
### getDeformation
7878

@@ -100,7 +100,7 @@ An integer representing the clarity/quality level of the barcode zone.
100100

101101
### getSamplingImage
102102

103-
Returns the sampling image of the decoded barcode as a [`ImageData`]({{ site.dcv_android_api }}core/basic-structures/image-data.html) object.
103+
Returns the sampling image of the decoded barcode as a [`ImageData`]({{ site.dcvb_android_api }}core/basic-structures/image-data.html) object.
104104

105105
```java
106106
ImageData getSamplingImage();

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

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

7373
### getErrorCorrectionLevel
7474

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.
75+
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.
7676

7777
```java
7878
int getErrorCorrectionLevel()

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.dcv_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.dcvb_enumerations}}barcode-reader/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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permalink: /programming/android/api-reference/barcode-result-item.html
1111

1212
# BarcodeResultItem Class
1313

14-
`BarcodeResultItem` extends the [`CapturedResultItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html) class and represents a single barcode result. This is the most basic item of the decoded barcode result, one of the captured result types that the Capture Vision Router can output.
14+
`BarcodeResultItem` extends the [`CapturedResultItem`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html) class and represents a single barcode result. This is the most basic item of the decoded barcode result, one of the captured result types that the Capture Vision Router can output.
1515

1616
## Definition
1717

@@ -39,26 +39,26 @@ class BarcodeResultItem extends CapturedResultItem
3939
| [`isDPM`](#isdpm) | Specifies if the decoded barcode is a DPM code or not. |
4040
| [`isMirrored`](#ismirrored) | Specifies if the decoded barcode is mirrored or not. |
4141

42-
The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html).
42+
The following methods are inherited from [`CapturedResultItem`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html).
4343

4444
| Method | Description |
4545
| ------ | ----------- |
46-
| [`getType`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettype) | Get the type of the captured result item, indicating what kind of data it represents. |
47-
| [`getReferencedItem`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) | Get a property of type `CapturedResultItem` that represents a reference to another captured result item. |
48-
| [`getTargetROIDefName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
49-
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) | The name of the task that generated the result. |
46+
| [`getType`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html#gettype) | Get the type of the captured result item, indicating what kind of data it represents. |
47+
| [`getReferencedItem`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html#getreferenceditem) | Get a property of type `CapturedResultItem` that represents a reference to another captured result item. |
48+
| [`getTargetROIDefName`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the [`TargetROIDef`]({{ site.dcvb_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
49+
| [`getTaskName`]({{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html#gettaskname) | The name of the task that generated the result. |
5050

5151
### getFormat
5252

53-
Returns the format of the barcode. This format will be one of the [`EnumBarcodeFormat`]({{site.dcv_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_enumerations}}barcode-reader/barcode-format.html?lang=android) items.
5454

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

5959
**Return Value**
6060

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

6363
### getFormatString
6464

@@ -98,7 +98,7 @@ The bytes of the decoded barcode.
9898

9999
### getLocation
100100

101-
Returns the location of the barcode as a [`Quadrilateral`]({{ site.dcv_android_api }}core/basic-structures/quadrilateral.html). The quadrilateral contains the four vertices of the location, with the first vertex in the `points` array being the top-left most vertex, and then going in a clockwise direction.
101+
Returns the location of the barcode as a [`Quadrilateral`]({{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html). The quadrilateral contains the four vertices of the location, with the first vertex in the `points` array being the top-left most vertex, and then going in a clockwise direction.
102102

103103
```java
104104
Quadrilateral getLocation()
@@ -170,7 +170,7 @@ A `BOOL` value describing whether the barcode is a DPM code or not.
170170

171171
### isMirrored
172172

173-
Specifies if the decoded barcode is mirrored or not. Mirrored barcodes are read by setting the [`MirrorMode`]({{site.dcv_parameters_reference}}barcode-format-specification/mirror-mode.html).
173+
Specifies if the decoded barcode is mirrored or not. Mirrored barcodes are read by setting the [`MirrorMode`]({{site.dcvb_parameters_reference}}barcode-format-specification/mirror-mode.html).
174174

175175
```java
176176
boolean isMirrored()

programming/android/api-reference/candidate-barcode-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CandidateBarcodeZone
3131

3232
### location
3333

34-
The location of the candidate barcode zone within the image represented as a [`Quadrilateral`]({{ site.dcv_android_api }}core/basic-structures/quadrilateral.html).
34+
The location of the candidate barcode zone within the image represented as a [`Quadrilateral`]({{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html).
3535

3636
```java
3737
Quadrilateral location;

programming/android/api-reference/candidate-barcode-zones-unit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permalink: /programming/android/api-reference/candidate-barcode-zones-unit.html
1111

1212
# CandidateBarcodeZonesUnit Class
1313

14-
`CandidateBarcodeZonesUnit` extends the [`IntermediateResultUnit`]({{ site.dcv_android_api }}core/intermediate-results/intermediate-result-unit.html) class and represents a unit which contains a candidate barcode zone.
14+
`CandidateBarcodeZonesUnit` extends the [`IntermediateResultUnit`]({{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-unit.html) class and represents a unit which contains a candidate barcode zone.
1515

1616
## Definition
1717

@@ -35,7 +35,7 @@ class CandidateBarcodeZonesUnit extends IntermediateResultUnit
3535
| [`addCandidateBarcodeZone`](#addcandidatebarcodezone) | Adds a candidate barcode zone. |
3636
| [`setCandidateBarcodeZone`](#setcandidatebarcodezone) | Sets a candidate barcode zone. |
3737

38-
The following methods are inherited from class [`IntermediateResultUnit`]({{ site.dcv_android_api }}core/intermediate-results/intermediate-result-unit.html).
38+
The following methods are inherited from class [`IntermediateResultUnit`]({{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-unit.html).
3939

4040
{%- include api-reference/intermediate-result-unit-android.md -%}
4141

programming/android/api-reference/complemented-barcode-image-unit.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permalink: /programming/android/api-reference/complemented-barcode-image-unit.ht
1111

1212
# ComplementedBarcodeImageUnit Class
1313

14-
`ComplementedBarcodeImageUnit` extends the [`IntermediateResultUnit`]({{ site.dcv_android_api }}core/intermediate-results/intermediate-result-unit.html) class and represents a unit which holds the complemented barcode image.
14+
`ComplementedBarcodeImageUnit` extends the [`IntermediateResultUnit`]({{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-unit.html) class and represents a unit which holds the complemented barcode image.
1515

1616
## Definition
1717

@@ -31,33 +31,33 @@ class ComplementedBarcodeImageUnit extends IntermediateResultUnit
3131
| [`getLocation`](#getlocation) | Returns the location of the complemented barcode.|
3232
| [`setLocation`](#setlocation) | Sets the location of the complemented barcode.|
3333

34-
The following methods are inherited from class [`IntermediateResultUnit`]({{ site.dcv_android_api }}core/intermediate-results/intermediate-result-unit.html).
34+
The following methods are inherited from class [`IntermediateResultUnit`]({{ site.dcvb_android_api }}core/intermediate-results/intermediate-result-unit.html).
3535

3636
{%- include api-reference/intermediate-result-unit-android.md -%}
3737

3838
### getImageData
3939

40-
Returns the [`ImageData`]({{ site.dcv_android_api }}core/basic-structures/image-data.html) of the complemented barcode.
40+
Returns the [`ImageData`]({{ site.dcvb_android_api }}core/basic-structures/image-data.html) of the complemented barcode.
4141

4242
```java
4343
ImageData getImageData();
4444
```
4545

4646
**Return Value**
4747

48-
An [`ImageData`]({{ site.dcv_android_api }}core/basic-structures/image-data.html) object.
48+
An [`ImageData`]({{ site.dcvb_android_api }}core/basic-structures/image-data.html) object.
4949

5050
### getLocation
5151

52-
Returns the location of the complemented barcode as a [`Quadrilateral`]({{ site.dcv_android_api }}core/basic-structures/quadrilateral.html).
52+
Returns the location of the complemented barcode as a [`Quadrilateral`]({{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html).
5353

5454
```java
5555
Quadrilateral getLocation();
5656
```
5757

5858
**Return Value**
5959

60-
A [`Quadrilateral`]({{ site.dcv_android_api }}core/basic-structures/quadrilateral.html) object representing the location.
60+
A [`Quadrilateral`]({{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html) object representing the location.
6161
### setLocation
6262

6363
Sets the location of the complemented barcode within the original image.
@@ -68,7 +68,7 @@ int setLocation(Quadrilateral location, Matrix matrixToOriginalImage);
6868

6969
**Parameters**
7070

71-
`location`: The location of the complemented barcode as a [`Quadrilateral`]({{ site.dcv_android_api }}core/basic-structures/quadrilateral.html) object.
71+
`location`: The location of the complemented barcode as a [`Quadrilateral`]({{ site.dcvb_android_api }}core/basic-structures/quadrilateral.html) object.
7272

7373
`matrixToOriginalImage`: The transformation `Matrix` of the original image.
7474

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.dcv_enumerations }}barcode-reader/barcode-format.html?lang=android)
28-
- [DeblurMode]({{ site.dcv_enumerations }}barcode-reader/deblur-mode.html?lang=android)
29-
- [ExtendedBarcodeResultType]({{ site.dcv_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=android)
30-
- [LocalizationMode]({{ site.dcv_enumerations }}barcode-reader/localization-mode.html?lang=android)
31-
- [QRCodeErrorCorrectionLevel]({{ site.dcv_enumerations }}barcode-reader/qr-code-error-correction-level.html?lang=android)
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)
3232

3333
#### APIs for Advanced Usage
3434

0 commit comments

Comments
 (0)