Skip to content

Commit 85fb6cb

Browse files
Merge pull request #205 from dynamsoft-docs/preview
update to internal commit 5c6f4ffc
2 parents dba22cb + 702d015 commit 85fb6cb

File tree

10 files changed

+8
-69
lines changed

10 files changed

+8
-69
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<li lang="android"><a class="otherLinkColour">Enumerations</a>
5151
<ul lang="android">
5252
<li lang="android"><a href="{{ site.dcv_android_api }}capture-vision-router/enum/capture-state.html?lang=android" class="otherLinkColour">CaptureState</a></li>
53+
<li lang="android"><a href="{{ site.dcv_android_api }}capture-vision-router/enum/image-source-state.html?lang=android" class="otherLinkColour">ImageSourceState</a></li>
5354
<li lang="android"><a href="{{ site.dcv_android_api }}capture-vision-router/enum/preset-template.html?lang=android" class="otherLinkColour">PresetTemplate</a></li>
5455
</ul>
5556
</li>
@@ -200,7 +201,6 @@
200201
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/image-capture-distance-mode.html?lang=android" class="otherLinkColour">ImageCaptureDistanceMode</a></li>
201202
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/image-file-format.html?lang=android" class="otherLinkColour">ImageFileFormat</a></li>
202203
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/image-pixel-format.html?lang=android" class="otherLinkColour">ImagePixelFormat</a></li>
203-
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/image-source-state.html?lang=android" class="otherLinkColour">ImageSourceState</a></li>
204204
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/image-tag-type.html?lang=android" class="otherLinkColour">ImageTagType</a></li>
205205
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/intermediate-result-unit-type.html?lang=android" class="otherLinkColour">IntermediateResultUnitType</a></li>
206206
<li lang="android"><a href="{{ site.dcv_android_api }}core/enum/log-mode.html?lang=android" class="otherLinkColour">LogMode</a></li>

_includes/sidelist-programming/programming-ios.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<li lang="objectivec-swift"><a class="otherLinkColour">Enumerations</a>
5656
<ul lang="objectivec-swift">
5757
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}capture-vision-router/enum/capture-state.html" class="otherLinkColour">DSCaptureState</a></li>
58+
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}capture-vision-router/enum/image-source-state.html" class="otherLinkColour">DSImageSourceState</a></li>
5859
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}capture-vision-router/enum/preset-template.html" class="otherLinkColour">DSPresetTemplate</a></li>
5960
</ul>
6061
</li>
@@ -205,7 +206,6 @@
205206
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/image-capture-distance-mode.html?lang=objc,swift" class="otherLinkColour">DSImageCaptureDistanceMode</a></li>
206207
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/image-file-format.html?lang=objc,swift" class="otherLinkColour">DSImageFileFormat</a></li>
207208
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/image-pixel-format.html?lang=objc,swift" class="otherLinkColour">DSImagePixelFormat</a></li>
208-
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/image-source-state.html?lang=objc,swift" class="otherLinkColour">DSImageSourceState</a></li>
209209
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/image-tag-type.html?lang=objc,swift" class="otherLinkColour">DSImageTagType</a></li>
210210
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/intermediate-result-unit-type.html?lang=objc,swift" class="otherLinkColour">DSIntermediateResultUnitType</a></li>
211211
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}core/enum/log-mode.html?lang=objc,swift" class="otherLinkColour">DSLogMode</a></li>

programming/android/api-reference/core/enum/target-type.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

programming/android/api-reference/dnn/neural-network-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: Neural Network module, Java, Kotlin
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9+
ignore: true
910
---
1011

1112
# NeuralNetworkModule

programming/android/api-reference/utility/image-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: image manager, Java, Kotlin
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9+
ignore: true
910
---
1011

1112
# ImageManager

programming/android/user-guide/get-original-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: Add Resource Files - Dynamsoft Capture Vision Android Edition
3+
title: Get Original Image - Dynamsoft Capture Vision Android Edition
44
description: This page introduce how to get original image for Dynamsoft Capture Vision Android Edition.
55
keywords: Android, original image
66
needAutoGenerateSidebar: true

programming/ios/api-reference/core/enum/target-type.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

programming/ios/api-reference/dnn/neural-network-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: image processing module, objective-c, swift
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9+
ignore: true
910
---
1011

1112
# DSNeuralNetworkModule

programming/ios/api-reference/utility/image-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: image manager, objective-c, swift
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9+
ignore: true
910
---
1011

1112
# DSImageManager

programming/ios/user-guide/get-original-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: Add Resource Files - Dynamsoft Capture Vision iOS Edition
3+
title: Get Original Image - Dynamsoft Capture Vision iOS Edition
44
description: This page introduce how to get original image for Dynamsoft Capture Vision iOS Edition.
55
keywords: iOS, original image
66
needAutoGenerateSidebar: true

0 commit comments

Comments
 (0)