Skip to content

Commit 45b431e

Browse files
Merge pull request #277 from dynamsoft-docs/preview
update to internal commit 0785969a
2 parents 8bf45df + 8c261f8 commit 45b431e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_andr
4545
| ------ | ----------- |
4646
| [`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. |
4747
| [`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. |
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/){:target="_blank"} object which includes a task that generated the result. |
4949
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) | The name of the task that generated the result. |
5050

5151
### getFormat
@@ -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.dcv_parameters_reference}}barcode-format-specification/mirror-mode.html){:target="_blank"}.
174174

175175
```java
176176
boolean isMirrored()

programming/android/api-reference/decoded-barcodes-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A [Matrix](https://developer.android.com/reference/android/opengl/Matrix){:targe
6060

6161
### getOriginalImageHashId
6262

63-
Returns the hash ID of the original image. You can use this ID to get the original image via the [`IntermediateResultManager`]({{ site.dcv_android_api }}core/intermediate-results/intermediate-result-manager.html) class.
63+
Returns the hash ID of the original image. You can use this ID to get the original image via the [`IntermediateResultManager`]({{ site.dcv_android_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html) class.
6464

6565
```java
6666
String getOriginalImageHashId();

programming/objectivec-swift/api-reference/barcode-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following attributes are inherited from [`DSCapturedResultItem`]({{ site.dcv
5252
| ---------- | ---- | ----------- |
5353
| [`type`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#type) | *DSCapturedResultItemType* | The type of the captured result item. |
5454
| [`referencedItem`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#referenceditem) | *DSCapturedResultItem \** | The referenced captured result item. The reference dependencies is defined in the Capture Vision settings. |
55-
| [`targetROIDefName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#targetroidefname) | *NSString* | The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/) object which includes a task that generated the result. |
55+
| [`targetROIDefName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#targetroidefname) | *NSString* | The name of the [`TargetROIDef`]({{ site.dcv_parameters_reference }}target-roi-def/){:target="_blank"} object which includes a task that generated the result. |
5656
| [`taskName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#taskname) | *NSString* | The name of the task that generated the result. |
5757

5858
### format
@@ -227,7 +227,7 @@ var isDPM: Bool { get }
227227

228228
### isMirrored
229229

230-
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).
230+
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){:target="_blank"}.
231231

232232
<div class="sample-code-prefix"></div>
233233
>- Objective-C

programming/objectivec-swift/api-reference/decoded-barcodes-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var items: [DSBarcodeResultItem]? { get }
6060

6161
## originalImageHashId
6262

63-
The hash ID of the original image. You can use this ID to get the original image via [`DSIntermediateResultManager`]({{ site.dcv_ios_api }}core/intermediate-results/intermediate-result-manager.html) class.
63+
The hash ID of the original image. You can use this ID to get the original image via [`DSIntermediateResultManager`]({{ site.dcv_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html) class.
6464

6565
<div class="sample-code-prefix"></div>
6666
>- Objective-C

programming/objectivec-swift/api-reference/simplified-barcode-reader-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var localizationModes: [LocalizationMode]? { get set }
106106

107107
**Remarks**
108108

109-
If you would like to learn more about the localization modes and how they work, please read the parameter reference of [LocalizationModes]({{site.dcv_parameters_reference}}barcode-reader-task-settings/localization-modes.html) for more information.
109+
If you would like to learn more about the localization modes and how they work, please read the parameter reference of [LocalizationModes]({{site.dcv_parameters_reference}}barcode-reader-task-settings/localization-modes.html){:target="_blank"} for more information.
110110

111111
## deblurModes
112112

@@ -127,7 +127,7 @@ var deblurModes: [DeblurMode]? { get set }
127127

128128
**Remarks**
129129

130-
If you would like to learn more about the deblur modes and how they work, please read the parameter reference of [DeblurModes]({{site.dcv_parameters_reference}}barcode-reader-task-settings/deblur-modes.html) for more information.
130+
If you would like to learn more about the deblur modes and how they work, please read the parameter reference of [DeblurModes]({{site.dcv_parameters_reference}}barcode-reader-task-settings/deblur-modes.html){:target="_blank"} for more information.
131131

132132
## minResultConfidence
133133

0 commit comments

Comments
 (0)