You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/android/api-reference/auxiliary-ExtendedResult.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,26 +53,26 @@ The following methods are inherited from class [`DecodedBarcodeElement`](decoded
53
53
| [`getDetails`](decoded-barcode-element.md#getdetails) | Returns the `BarcodeDetails` of the decoded barcode. |
54
54
| [`getExtendedBarcodeResults`](decoded-barcode-element.md#getextendedbarcoderesults) | Returns the extended barcode results of the decoded barcode. |
55
55
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).
57
57
58
58
|Method|Description|
59
59
|------|-----------|
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`.|
64
64
65
65
### getExtendedBarcodeResultType
66
66
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.
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.
76
76
77
77
### getDeformation
78
78
@@ -100,7 +100,7 @@ An integer representing the clarity/quality level of the barcode zone.
100
100
101
101
### getSamplingImage
102
102
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.
Copy file name to clipboardExpand all lines: programming/android/api-reference/auxiliary-QRCodeDetails-v10.2.1100.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ An integer representing the column count of the QR Code.
72
72
73
73
### getErrorCorrectionLevel
74
74
75
-
Returns the error correction level of the QRCode 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 QRCode as a [`QRCodeErrorCorrectionLevel`]({{site.dcvb_enumerations}}barcode-reader/qr-code-error-correction-level.html?lang=android) enumeration item.
Copy file name to clipboardExpand all lines: programming/android/api-reference/auxiliary-QRCodeDetails.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ An integer representing the column count of the QR Code.
74
74
75
75
### getErrorCorrectionLevel
76
76
77
-
Returns the error correction level of the QRCode 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 QRCode as a [`QRCodeErrorCorrectionLevel`]({{site.dcvb_enumerations}}barcode-reader/qr-code-error-correction-level.html?lang=android) enumeration item.
0 commit comments