You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/barcode-result-item.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class CBarcodeResultItem : public CCapturedResultItem
38
38
| [`IsDPM`](#isdpm) | Gets whether the decoded barcode is a DPM code. |
39
39
| [`IsMirrored`](#ismirrored) | Gets whether the decoded barcode is a mirrored barcode. |
40
40
| [`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):** | |
42
42
| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. |
43
43
| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. |
44
44
| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/candidate-barcode-zones-unit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ class CCandidateBarcodeZonesUnit: public CIntermediateResultUnit
30
30
| [`RemoveAllCandidateBarcodeZones`](#removeallcandidatebarcodezones) | Removes all the candidate barcode zones.|
31
31
| [`RemoveCandidateBarcodeZone`](#removecandidatebarcodezone) | Removes a candidate barcode zone at the specified index.|
32
32
| [`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):** | |
34
34
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. |
35
35
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
36
36
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/complemented-barcode-image-unit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class CComplementedBarcodeImageUnit: public CIntermediateResultUnit
26
26
| [`GetImageData`](#getimagedata) | Gets the complemented barcode image data.|
27
27
| [`GetLocation`](#getlocation) | Gets the location of the complemented barcode in a quadrilateral.|
28
28
| [`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):** | |
30
30
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.|
31
31
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
32
32
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/decoded-barcode-element.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ class CDecodedBarcodeElement : public CRegionObjectElement
41
41
| [`SetText`](#settext) | Sets the text of the decoded barcode. |
42
42
| [`SetBytes`](#setbytes)| Sets the raw bytes of the decoded barcode.|
43
43
| [`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):** | |
45
45
| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. |
46
46
| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. |
47
47
| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/decoded-barcodes-result.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ class CDecodedBarcodesResult: public CCapturedResultBase
32
32
| [`Retain`](#retain) | Increases the reference count of the `CDecodedBarcodesResult` object. |
33
33
| [`operator[]`](#operator) | Gets a pointer to the `CBarcodeResultItem` object at the specified index.|
34
34
| [`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):** | |
36
36
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
37
37
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) | Gets the tag of the original image. |
38
38
| [`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. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/decoded-barcodes-unit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ class CDecodedBarcodesUnit: public CIntermediateResultUnit
29
29
| [`RemoveAllDecodedBarcodes`](#removealldecodedbarcodes) | Removes all the decoded barcodes in the unit.|
30
30
| [`SetDecodedBarcode`](#setdecodedbarcode) | Sets the decoded barcode.|
31
31
| [`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):** | |
33
33
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit. |
34
34
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
35
35
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the tag of the original image. |
| [`GetDeformationResistedBarcode`](#getdeformationresistedbarcode) | Gets the deformation resisted barcode object.|
28
28
| [`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):** | |
30
30
| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.|
31
31
| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. |
32
32
| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. |
Copy file name to clipboardExpand all lines: programming/cplusplus/api-reference/localized-barcode-element.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ class CLocalizedBarcodeElement : public CRegionObjectElement
30
30
| [`GetPossibleFormatsString`](#getpossibleformatsstring) | Get all possible formats of the localized barcode in one string splited by ",". |
31
31
| [`GetModuleSize`](#getmodulesize) | Gets the module size of the barcode. |
32
32
| [`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):** | |
34
34
| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. |
35
35
| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. |
36
36
| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. |
0 commit comments