Skip to content

Commit bb28285

Browse files
update style for Methods Inherited from
1 parent f5e0809 commit bb28285

13 files changed

+13
-13
lines changed

programming/cplusplus/api-reference/barcode-reader-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `CBarcodeReaderModule` class defines general functions in the barcode reader
2121
class CBarcodeReaderModule
2222
```
2323
24-
## Methods Summary
24+
## Methods
2525
2626
| Method | Description |
2727
| --------------------------------------------------------- | -------------------------------------------------- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CBarcodeResultItem : public CCapturedResultItem
3838
| [`IsDPM`](#isdpm) | Gets whether the decoded barcode is a DPM code. |
3939
| [`IsMirrored`](#ismirrored) | Gets whether the decoded barcode is a mirrored barcode. |
4040
| [`SetLocation`](#setlocation) | Set the location of the barcode item. |
41-
| Inherited Methods from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | |
41+
| **Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html):** | |
4242
| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. |
4343
| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. |
4444
| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. |

programming/cplusplus/api-reference/candidate-barcode-zones-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CCandidateBarcodeZonesUnit: public CIntermediateResultUnit
3030
| [`RemoveAllCandidateBarcodeZones`](#removeallcandidatebarcodezones) | Removes all the candidate barcode zones.|
3131
| [`RemoveCandidateBarcodeZone`](#removecandidatebarcodezone) | Removes a candidate barcode zone at the specified index.|
3232
| [`SetCandidateBarcodeZone`](#setcandidatebarcodezone) | Sets a candidate barcode zone at the specified index.|
33-
| **Inherited Methods from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
33+
| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
3434
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. |
3535
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
3636
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. |

programming/cplusplus/api-reference/complemented-barcode-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CComplementedBarcodeImageUnit: public CIntermediateResultUnit
2626
| [`GetImageData`](#getimagedata) | Gets the complemented barcode image data.|
2727
| [`GetLocation`](#getlocation) | Gets the location of the complemented barcode in a quadrilateral.|
2828
| [`SetLocation`](#setlocation) | Sets the location of the complemented barcode in a quadrilateral.|
29-
| Inherited Methods from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | |
29+
| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
3030
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.|
3131
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
3232
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. |

programming/cplusplus/api-reference/decoded-barcode-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CDecodedBarcodeElement : public CRegionObjectElement
4141
| [`SetText`](#settext) | Sets the text of the decoded barcode. |
4242
| [`SetBytes`](#setbytes)| Sets the raw bytes of the decoded barcode.|
4343
| [`SetConfidence`](#setconfidence) | Sets the confidence score of the barcode recognition result. |
44-
| Inherited Methods from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | |
44+
| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | |
4545
| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. |
4646
| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. |
4747
| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CDecodedBarcodesResult: public CCapturedResultBase
3232
| [`Retain`](#retain) | Increases the reference count of the `CDecodedBarcodesResult` object. |
3333
| [`operator[]`](#operator) | Gets a pointer to the `CBarcodeResultItem` object at the specified index.|
3434
| [`AddItem`](#additem) | Adds a specific item to the array in the decoded barcodes result. |
35-
| Inherited Methods from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html): | |
35+
| **Methods Inherited from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html):** | |
3636
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
3737
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) | Gets the tag of the original image. |
3838
| [`GetRotationTransformMatrix`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getrotationtransformmatrix) | Gets the rotation transformation matrix of the original image relative to the rotated image. |

programming/cplusplus/api-reference/decoded-barcodes-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CDecodedBarcodesUnit: public CIntermediateResultUnit
2929
| [`RemoveAllDecodedBarcodes`](#removealldecodedbarcodes) | Removes all the decoded barcodes in the unit.|
3030
| [`SetDecodedBarcode`](#setdecodedbarcode) | Sets the decoded barcode.|
3131
| [`operator[]`](#operator) | Gets a pointer to the `CDecodedBarcodeElement` object at the specified index.|
32-
| **Inherited Methods from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
32+
| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
3333
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. |
3434
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
3535
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. |

programming/cplusplus/api-reference/deformation-resisted-barcode-image-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CDeformationResistedBarcodeImageUnit: public CIntermediateResultUnit
2626
|-----------------------------------|-------------|
2727
| [`GetDeformationResistedBarcode`](#getdeformationresistedbarcode) | Gets the deformation resisted barcode object.|
2828
| [`SetDeformationResistedBarcode`](#setdeformationresistedbarcode) | Sets the deformation resisted barcode object.|
29-
| Inherited Methods from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | |
29+
| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | |
3030
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.|
3131
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
3232
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. |

programming/cplusplus/api-reference/extended-barcode-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CExtendedBarcodeResult : public CDecodedBarcodeElement
2929
| [`GetDeformation`](#getdeformation) | Gets the deformation of the barcode. |
3030
| [`GetClarity`](#getclarity) | Gets the clarity of the barcode. |
3131
| [`GetSamplingImage`](#getsamplingimage) | Gets the sampling image of the barcode. |
32-
| Inherited Methods from [CDecodedBarcodeElement]({{ site.dbr_cpp_api }}decoded-barcode-element.html): | |
32+
| **Methods Inherited from [CDecodedBarcodeElement]({{ site.dbr_cpp_api }}decoded-barcode-element.html):** | |
3333
| [`GetFormat`]({{ site.dbr_cpp_api }}decoded-barcode-element.html#getformat) | Gets the format of the barcode. |
3434
| [`GetFormatString`]({{ site.dbr_cpp_api }}decoded-barcode-element.html#getformatstring) | Gets the string representation of the barcode format. |
3535
| [`GetText`]({{ site.dbr_cpp_api }}decoded-barcode-element.html#gettext) | Gets the text of the decoded barcode. |

programming/cplusplus/api-reference/localized-barcode-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CLocalizedBarcodeElement : public CRegionObjectElement
3030
| [`GetPossibleFormatsString`](#getpossibleformatsstring) | Get all possible formats of the localized barcode in one string splited by ",". |
3131
| [`GetModuleSize`](#getmodulesize) | Gets the module size of the barcode. |
3232
| [`SetPossibleFormats`](#setpossibleformats) | Sets the posssible formats of the barcode. |
33-
| Inherited Methods from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | |
33+
| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | |
3434
| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. |
3535
| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. |
3636
| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. |

0 commit comments

Comments
 (0)