Skip to content

Commit aa480cd

Browse files
Merge pull request #54 from dynamsoft-docs/preview
update to internal commit 6ece6128
2 parents a621159 + e1bb25e commit aa480cd

File tree

7 files changed

+22
-21
lines changed

7 files changed

+22
-21
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ docHomePage: /document-normalizer/docs/core/introduction/
77
parameters: /document-normalizer/docs/core/parameters/
88

99
dcv_parameters: /capture-vision/docs/core/parameters/
10+
dcv_parameters_reference: /capture-vision/docs/core/parameters/reference/
1011

1112
dcv_ios: /capture-vision/docs/mobile/programming/ios/
1213
dcv_ios_api: /capture-vision/docs/mobile/programming/ios/api-reference/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li><a href="{{ site.android }}samples/helloworld.html" class="otherLinkColour">HelloWorld</a></li>
1010
</ul>
1111
</li>
12-
<li lang="android"><a class="otherLinkColour">API Reference</a>
12+
<li lang="android"><a href="{{ site.ddn_android_api }}" class="otherLinkColour">API Reference</a>
1313
<ul lang="android">
1414
<li lang="android"><a>DynamsoftCaptureVisionRouter</a>
1515
<ul lang="android">

_includes/sidelist-programming/programming-ios-v2.0.20.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<li><a href="{{ site.ios }}samples/helloworld.html" class="otherLinkColour">HelloWorld</a></li>
1212
</ul>
1313
</li>
14-
<li lang="objectivec-swift"><a class="otherLinkColour">API Reference</a>
14+
<li lang="objectivec-swift"><a href="{{ site.ddn_ios_api }}" class="otherLinkColour">API Reference</a>
1515
<ul lang="objectivec-swift">
1616
<li lang="objectivec-swift"><a>DynamsoftCaptureVisionRouter</a>
1717
<ul lang="objectivec-swift">

programming/android/api-reference/detected-quad-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_andr
3535
| ------ | ----------- |
3636
| [`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. |
3737
| [`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. |
38-
| [`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. |
38+
| [`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. |
3939
| [`getTaskName`]({{ site.dcv_android_api }}core/basic-structures/captured-result-item.html#gettaskname) | The name of the task that generated the result. |
4040

4141
### getLocation

programming/android/api-reference/index-v2.0.20.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ permalink: /programming/android/api-reference/index-v2.0.20.html
149149

150150
### Enumerations
151151

152-
- [`CameraPosition`]({{ site.dcv_enumerations }}camera-position.html?lang=objc,swift)
153-
- [`CameraState`]({{ site.dcv_enumerations }}camera-state.html?lang=objc,swift)
154-
- [`CoordinateBase`]({{ site.dcv_enumerations }}coordinate-base.html?lang=objc,swift)
155-
- [`DrawingItemMediaType`]({{ site.dcv_enumerations }}drawing-item-media-type.html?lang=objc,swift)
156-
- [`DrawingItemState`]({{ site.dcv_enumerations }}drawing-item-state.html?lang=objc,swift)
157-
- [`EnhancedFeatures`]({{ site.dcv_enumerations }}enhanced-features.html?lang=objc,swift)
158-
- [`FocusMode`]({{ site.dcv_enumerations }}focus-mode.html?lang=objc,swift)
159-
- [`Resolution`]({{ site.dcv_enumerations }}resolution.html?lang=objc,swift)
152+
- [`CameraPosition`]({{ site.dce_enumerations }}camera-position.html?lang=objc,swift)
153+
- [`CameraState`]({{ site.dce_enumerations }}camera-state.html?lang=objc,swift)
154+
- [`CoordinateBase`]({{ site.dce_enumerations }}coordinate-base.html?lang=objc,swift)
155+
- [`DrawingItemMediaType`]({{ site.dce_enumerations }}drawing-item-media-type.html?lang=objc,swift)
156+
- [`DrawingItemState`]({{ site.dce_enumerations }}drawing-item-state.html?lang=objc,swift)
157+
- [`EnhancedFeatures`]({{ site.dce_enumerations }}enhanced-features.html?lang=objc,swift)
158+
- [`FocusMode`]({{ site.dce_enumerations }}focus-mode.html?lang=objc,swift)
159+
- [`Resolution`]({{ site.dce_enumerations }}resolution.html?lang=objc,swift)
160160

161161
## DynamsoftImageProcessing
162162

programming/ios/api-reference/detected-quad-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following attributes are inherited from [`DSCapturedResultItem`]({{ site.dcv
4343
| ---------- | ---- | ----------- |
4444
| [`type`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#type) | *DSCapturedResultItemType* | The type of the captured result item. |
4545
| [`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. |
46-
| [`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. |
46+
| [`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. |
4747
| [`taskName`]({{ site.dcv_ios_api }}core/basic-structures/captured-result-item.html#taskname) | *NSString* | The name of the task that generated the result. |
4848

4949
### location

programming/ios/api-reference/index-v2.0.20.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ permalink: /programming/ios/api-reference/index-v2.0.20.html
6969
- [`DSImageSourceAdapter`]({{ site.dcv_ios_api }}core/basic-structures/image-source-adapter.html)
7070
- [`DSImageTag`]({{ site.dcv_ios_api }}core/basic-structures/image-tag.html)
7171
- [`DSIntermediateResultExtraInfo`]({{ site.dcv_ios_api }}core/intermediate-results/intermediate-result-extra-info.html)
72-
- [`DSIntermediateResultManager`]({{ site.dcv_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.html)
72+
- [`DSIntermediateResultManager`]({{ site.dcv_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-manager.htmle
7373
- [`DSIntermediateResultReceiver`]({{ site.dcv_ios_api }}capture-vision-router/auxiliary-classes/intermediate-result-receiver.html)
7474
- [`DSIntermediateResultUnit`]({{ site.dcv_ios_api }}core/intermediate-results/intermediate-result-unit.html)
7575
- [`DSIntermediateResult`]({{ site.dcv_ios_api }}core/intermediate-results/intermediate-result.html)
@@ -153,14 +153,14 @@ permalink: /programming/ios/api-reference/index-v2.0.20.html
153153

154154
### Enumerations
155155

156-
- [`DSCameraPosition`]({{ site.dcv_enumerations }}camera-position.html?lang=objc,swift)
157-
- [`DSCameraState`]({{ site.dcv_enumerations }}camera-state.html?lang=objc,swift)
158-
- [`DSCoordinateBase`]({{ site.dcv_enumerations }}coordinate-base.html?lang=objc,swift)
159-
- [`DSDrawingItemMediaType`]({{ site.dcv_enumerations }}drawing-item-media-type.html?lang=objc,swift)
160-
- [`DSDrawingItemState`]({{ site.dcv_enumerations }}drawing-item-state.html?lang=objc,swift)
161-
- [`DSEnhancedFeatures`]({{ site.dcv_enumerations }}enhanced-features.html?lang=objc,swift)
162-
- [`DSFocusMode`]({{ site.dcv_enumerations }}focus-mode.html?lang=objc,swift)
163-
- [`DSResolution`]({{ site.dcv_enumerations }}resolution.html?lang=objc,swift)
156+
- [`DSCameraPosition`]({{ site.dce_enumerations }}camera-position.html?lang=objc,swift)
157+
- [`DSCameraState`]({{ site.dce_enumerations }}camera-state.html?lang=objc,swift)
158+
- [`DSCoordinateBase`]({{ site.dce_enumerations }}coordinate-base.html?lang=objc,swift)
159+
- [`DSDrawingItemMediaType`]({{ site.dce_enumerations }}drawing-item-media-type.html?lang=objc,swift)
160+
- [`DSDrawingItemState`]({{ site.dce_enumerations }}drawing-item-state.html?lang=objc,swift)
161+
- [`DSEnhancedFeatures`]({{ site.dce_enumerations }}enhanced-features.html?lang=objc,swift)
162+
- [`DSFocusMode`]({{ site.dce_enumerations }}focus-mode.html?lang=objc,swift)
163+
- [`DSResolution`]({{ site.dce_enumerations }}resolution.html?lang=objc,swift)
164164

165165
## DynamsoftImageProcessing
166166

0 commit comments

Comments
 (0)