Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The type of the captured result item, indicating what kind of data it represents

**See Also**

[EnumCapturedResultItemType]({{ site.enums }}core/captured-result-item-type.html?lang=js)
[EnumCapturedResultItemType]({{ site.dcvb_enums }}core/captured-result-item-type.html?lang=js)

## referencedItem

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The type of the captured result item, indicating what kind of data it represents

**See Also**

[EnumCapturedResultItemType]({{ site.enums }}core/captured-result-item-type.html?lang=js)
[EnumCapturedResultItemType]({{ site.dcvb_enums }}core/captured-result-item-type.html?lang=js)

## referencedItem

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface Corner {

## type

The type of the corner, represented by the enumeration [EnumCornerType]({{ site.enums }}core/corner-type.html?lang=js).
The type of the corner, represented by the enumeration [EnumCornerType]({{ site.dcvb_enums }}core/corner-type.html?lang=js).

## intersection

Expand Down
34 changes: 17 additions & 17 deletions programming/javascript/api-reference/core/core-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,20 @@ The following are the basic interfaces often shared by more than one module:

The following are the basic enumerations often shared by more than one module:

* [EnumBufferOverflowProtectionMode]({{ site.enums }}core/buffer-overflow-protection-mode.html?lang=js)
* [EnumCapturedResultItemType]({{ site.enums }}core/captured-result-item-type.html?lang=js)
* [EnumColourChannelUsageType]({{ site.enums }}core/colour-channel-usage-type.html?lang=js)
* [EnumCornerType]({{ site.enums }}core/corner-type.html?lang=js)
* [EnumErrorCode]({{ site.enums }}core/error-code.html?lang=js)
* [EnumGrayscaleEnhancementMode]({{ site.enums }}core/grayscale-enhancement-mode.html?lang=js)
* [EnumGrayscaleTransformationMode]({{ site.enums }}core/grayscale-transformation-mode.html?lang=js)
* [EnumImagePixelFormat]({{ site.enums }}core/image-pixel-format.html?lang=js)
* [EnumImageTagType]({{ site.enums }}core/image-tag-type.html?lang=js)
* [EnumIntermediateResultUnitType]({{ site.enums }}core/intermediate-result-unit-type.html?lang=js)
* [EnumRegionObjectElementType]({{ site.enums }}core/region-object-element-type.html?lang=js)
* [EnumSectionType]({{ site.enums }}core/section-type.html?lang=js)

<!-- * [EnumTransformMatrixType]({{ site.enums }}core/transform-matrix-type.html?lang=js) -->
<!-- * [EnumPDFReadingMode]({{ site.enums }}core/pdf-reading-mode.html?lang=js) -->
<!-- * [EnumRasterDataSource]({{ site.enums }}core/raster-data-source.html?lang=js) -->
<!-- * [EnumImageCaptureDistanceMode]({{ site.enums }}core/image-capture-distance-mode.html?lang=js)-->
* [EnumBufferOverflowProtectionMode]({{ site.dcvb_enums }}core/buffer-overflow-protection-mode.html?lang=js)
* [EnumCapturedResultItemType]({{ site.dcvb_enums }}core/captured-result-item-type.html?lang=js)
* [EnumColourChannelUsageType]({{ site.dcvb_enums }}core/colour-channel-usage-type.html?lang=js)
* [EnumCornerType]({{ site.dcvb_enums }}core/corner-type.html?lang=js)
* [EnumErrorCode]({{ site.dcvb_enums }}core/error-code.html?lang=js)
* [EnumGrayscaleEnhancementMode]({{ site.dcvb_enums }}core/grayscale-enhancement-mode.html?lang=js)
* [EnumGrayscaleTransformationMode]({{ site.dcvb_enums }}core/grayscale-transformation-mode.html?lang=js)
* [EnumImagePixelFormat]({{ site.dcvb_enums }}core/image-pixel-format.html?lang=js)
* [EnumImageTagType]({{ site.dcvb_enums }}core/image-tag-type.html?lang=js)
* [EnumIntermediateResultUnitType]({{ site.dcvb_enums }}core/intermediate-result-unit-type.html?lang=js)
* [EnumRegionObjectElementType]({{ site.dcvb_enums }}core/region-object-element-type.html?lang=js)
* [EnumSectionType]({{ site.dcvb_enums }}core/section-type.html?lang=js)

<!-- * [EnumTransformMatrixType]({{ site.dcvb_enums }}core/transform-matrix-type.html?lang=js) -->
<!-- * [EnumPDFReadingMode]({{ site.dcvb_enums }}core/pdf-reading-mode.html?lang=js) -->
<!-- * [EnumRasterDataSource]({{ site.dcvb_enums }}core/raster-data-source.html?lang=js) -->
<!-- * [EnumImageCaptureDistanceMode]({{ site.dcvb_enums }}core/image-capture-distance-mode.html?lang=js)-->