Skip to content

Commit 4cec6e5

Browse files
Updating 11.4.1000
1 parent d3eafd6 commit 4cec6e5

14 files changed

Lines changed: 371 additions & 39 deletions

File tree

_includes/sidelist-programming/programming-android.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
<li lang="android"><a href="{{ site.dbr_android_api }}decoded-barcodes-unit.html" class="otherLinkColour">DecodedBarcodesUnit</a></li>
138138
<li lang="android"><a href="{{ site.dbr_android_api }}deformation-resisted-barcode-image-unit.html" class="otherLinkColour">DeformationResistedBarcodeImageUnit</a></li>
139139
<li lang="android"><a href="{{ site.dbr_android_api }}deformation-resisted-barcode.html" class="otherLinkColour">DeformationResistedBarcode</a></li>
140+
<li lang="android"><a href="{{ site.dbr_android_api }}eci-segment.html" class="otherLinkColour">ECISegment</a></li>
140141
<li lang="android"><a href="{{ site.dbr_android_api }}auxiliary-ExtendedResult.html" class="otherLinkColour">ExtendedBarcodeResult</a></li>
141142
<li lang="android"><a href="{{ site.dbr_android_api }}localized-barcodes-unit.html" class="otherLinkColour">LocalizedBarcodesUnit</a></li>
142143
<li lang="android"><a href="{{ site.dbr_android_api }}localized-barcode-element.html" class="otherLinkColour">LocalizedBarcodesElement</a></li>
@@ -162,6 +163,7 @@
162163
<ul lang="android">
163164
<li lang="android"><a class="otherLinkColour">Classes</a>
164165
<ul lang="android">
166+
<li lang="android"><a href="{{ site.dcv_android_api }}core/intermediate-results/auxiliary-region-element.html" class="otherLinkColour">AuxiliaryRegionElement</a></li>
165167
<li lang="android"><a href="{{ site.dcvb_android_api }}core/intermediate-results/binary-image-unit.html" class="otherLinkColour">BinaryImageUnit</a></li>
166168
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/captured-result-base.html" class="otherLinkColour">CapturedResultBase</a></li>
167169
<li lang="android"><a href="{{ site.dcvb_android_api }}core/basic-structures/captured-result-item.html" class="otherLinkColour">CapturedResultItem</a></li>
@@ -252,6 +254,7 @@
252254

253255
<li lang="android"><a class="otherLinkColour">Classes</a>
254256
<ul lang="android">
257+
<li lang="android"><a href="{{ site.dcv_android_api }}utility/cross-verification-criteria.html" class="otherLinkColour">CrossVerificationCriteria</a></li>
255258
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/directory-fetcher.html" class="otherLinkColour">DirectoryFetcher</a></li>
256259
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/file-fetcher.html" class="otherLinkColour">FileFetcher</a></li>
257260
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
@@ -271,6 +274,15 @@
271274
</ul>
272275

273276
</li>
277+
<li lang="android"><a>DynamsoftIdentityUtility</a>
278+
<ul lang="android">
279+
<li lang="android"><a class="otherLinkColour">Classes</a>
280+
<ul lang="android">
281+
<li lang="android"><a href="{{ site.dcvb_android_api }}identity-utility/identity-processor.html" class="otherLinkColour">IdentityProcessor</a></li>
282+
</ul>
283+
</li>
284+
</ul>
285+
</li>
274286
<li lang="android"><a>DynamsoftCodeParser</a>
275287
<ul lang="android">
276288
<li lang="android"><a href="{{ site.code_types }}" class="otherLinkColour">Supported Code Types</a>
@@ -327,6 +339,8 @@
327339
<li lang="android"><a style="cursor:pointer;color:#3c3c3c">Interfaces</a>
328340
<ul lang="android">
329341
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dcecamerastatelistener.html" class="otherLinkColour">CameraStateListener</a></li>
342+
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/interface-click-listener.html" class="otherLinkColour">DrawingItemClickListener</a></li>
343+
<li lang="android"><a href="{{ site.dce_android_api }}auxiliary-api/interface-focus-listener.html" class="otherLinkColour">FocusListener</a></li>
330344
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dcephotolistener.html" class="otherLinkColour">PhotoListener</a></li>
331345
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-dceframelistener.html" class="otherLinkColour">VideoFrameListener</a></li>
332346
<li lang="android"><a href="{{ site.dce_android }}auxiliary-api/interface-zoomfactorchangelistener.html" class="otherLinkColour">ZoomFactorChangeListener</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}decoded-barcodes-unit.html" class="otherLinkColour">DSDecodedBarcodesUnit</a></li>
141141
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}deformation-resisted-barcode-image-unit.html" class="otherLinkColour">DSDeformationResistedBarcodeImageUnit</a></li>
142142
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}deformation-resisted-barcode.html" class="otherLinkColour">DSDeformationResistedBarcode</a></li>
143+
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}eci-segment.html" class="otherLinkColour">DSECISegment</a></li>
143144
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}auxiliary-iExtendedResult.html" class="otherLinkColour">DSExtendedBarcodeResult</a></li>
144145
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}localized-barcodes-unit.html" class="otherLinkColour">DSLocalizedBarcodesUnit</a></li>
145146
<li lang="objectivec-swift"><a href="{{ site.dbr_ios_api }}localized-barcode-element.html" class="otherLinkColour">DSLocalizedBarcodesElement</a></li>
@@ -165,6 +166,7 @@
165166
<ul lang="objectivec-swift">
166167
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
167168
<ul lang="objectivec-swift">
169+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/auxiliary-region-element.html" class="otherLinkColour">DSAuxiliaryRegionElement</a></li>
168170
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/intermediate-results/binary-image-unit.html" class="otherLinkColour">DSBinaryImageUnit</a></li>
169171
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/captured-result-item.html" class="otherLinkColour">DSCapturedResultItem</a></li>
170172
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}core/basic-structures/captured-result.html" class="otherLinkColour">DSCapturedResult</a></li>
@@ -253,6 +255,7 @@
253255
<ul lang="objectivec-swift">
254256
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
255257
<ul lang="objectivec-swift">
258+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/cross-verification-criteria.html" class="otherLinkColour">DSCrossVerificationCriteria</a></li>
256259
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/directory-fetcher.html" class="otherLinkColour">DSDirectoryFetcher</a></li>
257260
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/file-fetcher.html" class="otherLinkColour">DSFileFetcher</a></li>
258261
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-drawer.html" class="otherLinkColour">DSImageDrawer</a></li>
@@ -270,6 +273,15 @@
270273
</li>
271274
</ul>
272275
</li>
276+
<li lang="objectivec-swift"><a>DynamsoftIdentityUtility</a>
277+
<ul lang="objectivec-swift">
278+
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
279+
<ul lang="objectivec-swift">
280+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}identity-utility/identity-processor.html" class="otherLinkColour">DSIdentityProcessor</a></li>
281+
</ul>
282+
</li>
283+
</ul>
284+
</li>
273285
<li lang="objectivec-swift"><a>DynamsoftCodeParser</a>
274286
<ul lang="objectivec-swift">
275287
<li lang="objectivec-swift"><a href="{{ site.code_types }}" class="otherLinkColour">Supported Code Types</a>
@@ -304,43 +316,45 @@
304316
<ul lang="objectivec-swift">
305317
<li lang="objectivec-swift"><a style="cursor:pointer;color:#3c3c3c">Classes</a>
306318
<ul lang="objectivec-swift">
307-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">ArcDrawingItem</a></li>
308-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}primary-api/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
309-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">CameraEnhancerModule</a></li>
310-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcecameraview.html" class="otherLinkColour">CameraView</a></li>
311-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/capabilities.html" class="otherLinkColour">Capabilities</a></li>
312-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem.html" class="otherLinkColour">DrawingItem</a></li>
313-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcedrawinglayer.html" class="otherLinkColour">DrawingLayer</a></li>
314-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstylemanager.html" class="otherLinkColour">DrawingStyleManager</a></li>
315-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstyle.html" class="otherLinkColour">DrawingStyle</a></li>
316-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcefeedback.html" class="otherLinkColour">Feedback</a></li>
317-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dceimageeditorview.html" class="otherLinkColour">ImageEditorView</a></li>
318-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-line.html" class="otherLinkColour">LineDrawingItem</a></li>
319-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/note.html" class="otherLinkColour">Note</a></li>
320-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-quad.html" class="otherLinkColour">QuadDrawingItem</a></li>
321-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-rect.html" class="otherLinkColour">RectDrawingItem</a></li>
322-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-text.html" class="otherLinkColour">TextDrawingItem</a></li>
323-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/tip-config.html" class="otherLinkColour">TipConfig</a></li>
319+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-arc.html" class="otherLinkColour">DSArcDrawingItem</a></li>
320+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}primary-api/camera-enhancer.html" class="otherLinkColour">DSCameraEnhancer</a></li>
321+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/camera-enhancer-module.html" class="otherLinkColour">DSCameraEnhancerModule</a></li>
322+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcecameraview.html" class="otherLinkColour">DSCameraView</a></li>
323+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/capabilities.html" class="otherLinkColour">DSCapabilities</a></li>
324+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem.html" class="otherLinkColour">DSDrawingItem</a></li>
325+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcedrawinglayer.html" class="otherLinkColour">DSDrawingLayer</a></li>
326+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstylemanager.html" class="otherLinkColour">DSDrawingStyleManager</a></li>
327+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingstyle.html" class="otherLinkColour">DSDrawingStyle</a></li>
328+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dcefeedback.html" class="otherLinkColour">DSFeedback</a></li>
329+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/dceimageeditorview.html" class="otherLinkColour">DSImageEditorView</a></li>
330+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-line.html" class="otherLinkColour">DSLineDrawingItem</a></li>
331+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/note.html" class="otherLinkColour">DSNote</a></li>
332+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-quad.html" class="otherLinkColour">DSQuadDrawingItem</a></li>
333+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-rect.html" class="otherLinkColour">DSRectDrawingItem</a></li>
334+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/drawingitem-text.html" class="otherLinkColour">DSTextDrawingItem</a></li>
335+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/tip-config.html" class="otherLinkColour">DSTipConfig</a></li>
324336
</ul>
325337
</li>
326338
<li lang="objectivec-swift"><a style="cursor:pointer;color:#3c3c3c">Protocols</a>
327339
<ul lang="objectivec-swift">
328-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcecamerastatelistener.html" class="otherLinkColour">CameraStateListener</a></li>
329-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcephotolistener.html" class="otherLinkColour">PhotoListener</a></li>
330-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dceframelistener.html" class="otherLinkColour">VideoFrameListener</a></li>
331-
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-zoomfactorchangelistener.html" class="otherLinkColour">ZoomFactorChangeListener</a></li>
340+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcecamerastatelistener.html" class="otherLinkColour">DSCameraStateListener</a></li>
341+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-click-listener.html" class="otherLinkColour">DSDrawingItemClickListener</a></li>
342+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-focus-listener.html" class="otherLinkColour">DSFocusListener</a></li>
343+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dcephotolistener.html" class="otherLinkColour">DSPhotoListener</a></li>
344+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-dceframelistener.html" class="otherLinkColour">DSVideoFrameListener</a></li>
345+
<li lang="objectivec-swift"><a href="{{ site.dce_ios }}auxiliary-api/protocol-zoomfactorchangelistener.html" class="otherLinkColour">DSZoomFactorChangeListener</a></li>
332346
</ul>
333347
</li>
334348
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">Enumerations</a>
335349
<ul lang="objectivec-swift" >
336-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-position.html?lang=objc,swift" class="otherLinkColour">CameraPosition</a></li>
337-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-state.html?lang=objc,swift" class="otherLinkColour">CameraState</a></li>
338-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/coordinate-base.html?lang=objc,swift" class="otherLinkColour">CoordinateBase</a></li>
339-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DrawingItemMediaType</a></li>
340-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DrawingItemState</a></li>
341-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/enhanced-features.html?lang=objc,swift" class="otherLinkColour">EnhancedFeatures</a></li>
342-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/focus-mode.html?lang=objc,swift" class="otherLinkColour">FocusMode</a></li>
343-
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/resolution.html?lang=objc,swift" class="otherLinkColour">Resolution</a></li>
350+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-position.html?lang=objc,swift" class="otherLinkColour">DSCameraPosition</a></li>
351+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/camera-state.html?lang=objc,swift" class="otherLinkColour">DSCameraState</a></li>
352+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/coordinate-base.html?lang=objc,swift" class="otherLinkColour">DSCoordinateBase</a></li>
353+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-media-type.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemMediaType</a></li>
354+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/drawing-item-state.html?lang=objc,swift" class="otherLinkColour">DSDrawingItemState</a></li>
355+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/enhanced-features.html?lang=objc,swift" class="otherLinkColour">DSEnhancedFeatures</a></li>
356+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/focus-mode.html?lang=objc,swift" class="otherLinkColour">DSFocusMode</a></li>
357+
<li lang="objectivec-swift" ><a href="{{ site.dce_ios}}enum/resolution.html?lang=objc,swift" class="otherLinkColour">DSResolution</a></li>
344358
</ul>
345359
</li>
346360
</ul>

0 commit comments

Comments
 (0)