Skip to content

Commit ab7e1bf

Browse files
Merge pull request #292 from dynamsoft-docs/preview
update to internal commit 1af2dbd6
2 parents 66b244f + 55e772a commit ab7e1bf

File tree

69 files changed

+1124
-544
lines changed

Some content is hidden

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

69 files changed

+1124
-544
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ dcp_maui_api: /code-parser/docs/mobile/programming/maui/api-reference/
6868
dcv_enumerations: /capture-vision/docs-archive/core/enums/
6969
dcv_parameters_reference: /capture-vision/docs-archive/core/parameters/reference/
7070
dcv_introduction: /capture-vision/docs-archive/core/introduction/
71+
dcv_architecture: /capture-vision/docs-archive/core/architecture/
72+
dcv_parameters: /capture-vision/docs-archive/core/parameters/
73+
7174
dcvb_enumerations: /capture-vision/docs/core/enums/
7275
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
7376
dcvb_introduction: /capture-vision/docs/core/introduction/

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

Lines changed: 145 additions & 1 deletion
Large diffs are not rendered by default.

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

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

_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.0.20.html

Lines changed: 145 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 145 additions & 1 deletion
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()

0 commit comments

Comments
 (0)