From 375790733249e7b6b4e043e10a5023a4129634b1 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 18 Nov 2025 13:41:05 +0800 Subject: [PATCH 1/2] add inherited methods to the method list --- .../api-reference/candidate-quad-edges-unit.md | 13 +++++++++++++ programming/cplusplus/api-reference/corners-unit.md | 13 +++++++++++++ .../api-reference/deskewed-image-element.md | 8 ++++++++ .../api-reference/deskewed-image-result-item.md | 8 ++++++++ .../cplusplus/api-reference/deskewed-image-unit.md | 13 +++++++++++++ .../api-reference/detected-quad-element.md | 8 ++++++++ .../api-reference/detected-quad-result-item.md | 8 ++++++++ .../cplusplus/api-reference/detected-quads-unit.md | 13 +++++++++++++ .../api-reference/enhanced-image-element.md | 8 ++++++++ .../api-reference/enhanced-image-result-item.md | 8 ++++++++ .../cplusplus/api-reference/enhanced-image-unit.md | 13 +++++++++++++ .../cplusplus/api-reference/logic-lines-unit.md | 13 +++++++++++++ .../cplusplus/api-reference/long-lines-unit.md | 13 +++++++++++++ .../api-reference/processed-document-result.md | 6 ++++++ 14 files changed, 145 insertions(+) diff --git a/programming/cplusplus/api-reference/candidate-quad-edges-unit.md b/programming/cplusplus/api-reference/candidate-quad-edges-unit.md index 112a1c5..7dfac95 100644 --- a/programming/cplusplus/api-reference/candidate-quad-edges-unit.md +++ b/programming/cplusplus/api-reference/candidate-quad-edges-unit.md @@ -32,6 +32,19 @@ class CCandidateQuadEdgesUnit: CIntermediateResultUnit | [`RemoveCandidateQuadEdge`](#removecandidatequadedge) | Removes a candidate quad edge from current object by specifying an index. | | [`AddCandidateQuadEdge`](#addcandidatequadedge) | Adds a candidate quad edge to current object. | | [`SetCandidateQuadEdge`](#setcandidatequadedge) | Sets the candidate quad edge at the specified index. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/corners-unit.md b/programming/cplusplus/api-reference/corners-unit.md index 62b6c36..765fb8f 100644 --- a/programming/cplusplus/api-reference/corners-unit.md +++ b/programming/cplusplus/api-reference/corners-unit.md @@ -32,6 +32,19 @@ class CCornersUnit: CIntermediateResultUnit | [`RemoveCorner`](#removecorner) | Removes a corner from current object by specifying an index. | | [`AddCorner`](#addcorner) | Adds a corner to current object. | | [`SetCorner`](#setcorner) | Sets the corner at the specified index. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/deskewed-image-element.md b/programming/cplusplus/api-reference/deskewed-image-element.md index bfa97a6..65770b2 100644 --- a/programming/cplusplus/api-reference/deskewed-image-element.md +++ b/programming/cplusplus/api-reference/deskewed-image-element.md @@ -27,6 +27,14 @@ class CDeskewedImageElement: public CRegionObjectElement |--------|-------------| | [`SetImageData`](#setimagedata) | Sets the image data of the deskewed image element. | | [`GetSourceDeskewQuad`](#getsourcedeskewquad) | Gets the quadrilateral used for deskewing the image. | +| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | +| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | +| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | +| [`GetImageData`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getimagedata) | Gets the imageData of the region object element. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clone the region object element. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. | ### SetImageData diff --git a/programming/cplusplus/api-reference/deskewed-image-result-item.md b/programming/cplusplus/api-reference/deskewed-image-result-item.md index a2525d4..8d71a77 100644 --- a/programming/cplusplus/api-reference/deskewed-image-result-item.md +++ b/programming/cplusplus/api-reference/deskewed-image-result-item.md @@ -30,6 +30,14 @@ class CDeskewedImageResultItem: CCapturedResultItem | [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | | [`SetCrossVerificationStatus`](#setcrossverificationstatus)| Sets the status of current object. | | [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | +| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | +| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | +| [`GetTaskName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) | Gets the name of the task. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#retain) | Increases the reference count of the `CCapturedResultItem` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the `CCapturedResultItem` object. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) | Clone the captured result item. | ### GetImageData diff --git a/programming/cplusplus/api-reference/deskewed-image-unit.md b/programming/cplusplus/api-reference/deskewed-image-unit.md index 64e0c9d..8b99d3e 100644 --- a/programming/cplusplus/api-reference/deskewed-image-unit.md +++ b/programming/cplusplus/api-reference/deskewed-image-unit.md @@ -28,6 +28,19 @@ class CDeskewedImagesUnit: CIntermediateResultUnit |--------|-------------| | [`GetDeskewedImage`](#getdeskewedimage) | Gets a DeskewedImage object from current object. | | [`SetDeskewedImage`](#setdeskewedimage) | Sets the Deskewed image. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetDeskewedImage diff --git a/programming/cplusplus/api-reference/detected-quad-element.md b/programming/cplusplus/api-reference/detected-quad-element.md index 4c00562..6dd2303 100644 --- a/programming/cplusplus/api-reference/detected-quad-element.md +++ b/programming/cplusplus/api-reference/detected-quad-element.md @@ -27,6 +27,14 @@ class CDetectedQuadElement: CRegionObjectElement |--------|-------------| | [`GetConfidenceAsDocumentBoundary`](#getconfidenceasdocumentboundary) | Gets the confidence as document boundary of current object. | | [`SetLocation`](#setlocation) | Sets the location of the detected quad element. | +| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | +| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | +| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | +| [`GetImageData`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getimagedata) | Gets the imageData of the region object element. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clone the region object element. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. | ### GetConfidenceAsDocumentBoundary diff --git a/programming/cplusplus/api-reference/detected-quad-result-item.md b/programming/cplusplus/api-reference/detected-quad-result-item.md index ff9429a..ec0f783 100644 --- a/programming/cplusplus/api-reference/detected-quad-result-item.md +++ b/programming/cplusplus/api-reference/detected-quad-result-item.md @@ -28,6 +28,14 @@ class CDetectedQuadResultItem: CCapturedResultItem | [`GetLocation`](#getlocation) | Gets the location of current object. | | [`GetConfidenceAsDocumentBoundary`](#getconfidenceasdocumentboundary) | Gets the confidence of current object as a document boundary. | | [`GetCrossVerificationStatus`](#getcrossverificationstatus) | Gets the status of current object as a verified document boundary. | +| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | +| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | +| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | +| [`GetTaskName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) | Gets the name of the task. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#retain) | Increases the reference count of the `CCapturedResultItem` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the `CCapturedResultItem` object. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) | Clone the captured result item. | ### GetLocation diff --git a/programming/cplusplus/api-reference/detected-quads-unit.md b/programming/cplusplus/api-reference/detected-quads-unit.md index 04e7631..76a6de1 100644 --- a/programming/cplusplus/api-reference/detected-quads-unit.md +++ b/programming/cplusplus/api-reference/detected-quads-unit.md @@ -33,6 +33,19 @@ class CDetectedQuadsUnit: CIntermediateResultUnit | [`RemoveDetectedQuad`](#removedetectedquad) | Removes a detected quad from current object by specifying an index. | | [`AddDetectedQuad`](#adddetectedquad) | Adds a detected quad to current object. | | [`SetDetectedQuad`](#setdetectedquad) | Sets the detected quad at the specified index. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/enhanced-image-element.md b/programming/cplusplus/api-reference/enhanced-image-element.md index 713d32b..1cb76d8 100644 --- a/programming/cplusplus/api-reference/enhanced-image-element.md +++ b/programming/cplusplus/api-reference/enhanced-image-element.md @@ -26,6 +26,14 @@ class CEnhancedImageElement: public CRegionObjectElement | Method | Description | |--------|-------------| | [`SetImageData`](#setimagedata) | Sets the image data of the Enhanced image element. | +| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | +| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | +| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | +| [`GetImageData`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getimagedata) | Gets the imageData of the region object element. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clone the region object element. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. | ### SetImageData diff --git a/programming/cplusplus/api-reference/enhanced-image-result-item.md b/programming/cplusplus/api-reference/enhanced-image-result-item.md index 613f4c8..1117a9c 100644 --- a/programming/cplusplus/api-reference/enhanced-image-result-item.md +++ b/programming/cplusplus/api-reference/enhanced-image-result-item.md @@ -27,6 +27,14 @@ class CEnhancedImageResultItem: CCapturedResultItem |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the ImageData of current object. | | [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | +| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | +| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | +| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | +| [`GetTaskName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) | Gets the name of the task. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#retain) | Increases the reference count of the `CCapturedResultItem` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the `CCapturedResultItem` object. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) | Clone the captured result item. | ### GetImageData diff --git a/programming/cplusplus/api-reference/enhanced-image-unit.md b/programming/cplusplus/api-reference/enhanced-image-unit.md index 9745f01..db65df7 100644 --- a/programming/cplusplus/api-reference/enhanced-image-unit.md +++ b/programming/cplusplus/api-reference/enhanced-image-unit.md @@ -27,6 +27,19 @@ class CEnhancedImagesUnit: CIntermediateResultUnit |--------|-------------| | [`GetEnhancedImage`](#getenhancedimage) | Gets a enhancedImage object from current object. | | [`SetEnhancedImage`](#setenhancedimage) | Sets the enhanced image. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetEnhancedImage diff --git a/programming/cplusplus/api-reference/logic-lines-unit.md b/programming/cplusplus/api-reference/logic-lines-unit.md index c1f1844..7529ced 100644 --- a/programming/cplusplus/api-reference/logic-lines-unit.md +++ b/programming/cplusplus/api-reference/logic-lines-unit.md @@ -32,6 +32,19 @@ class CLogicLinesUnit: CIntermediateResultUnit | [`RemoveLogicLine`](#removelogicline) | Removes a LogicLine from current object by specifying an index. | | [`AddLogicLine`](#addlogicline) | Adds a LogicLine to current object. | | [`SetLogicLine`](#setlogicline) | Sets the LogicLine at the specified index. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/long-lines-unit.md b/programming/cplusplus/api-reference/long-lines-unit.md index 54064f7..7517ff8 100644 --- a/programming/cplusplus/api-reference/long-lines-unit.md +++ b/programming/cplusplus/api-reference/long-lines-unit.md @@ -32,6 +32,19 @@ class CLongLinesUnit: CIntermediateResultUnit | [`RemoveLongLine`](#removelongline) | Removes a LongLine from current object by specifying an index. | | [`AddLongLine`](#addlongline) | Adds a LongLine to current object. | | [`SetLongLine`](#setlongline) | Sets the LongLine at the specified index. | +| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/processed-document-result.md b/programming/cplusplus/api-reference/processed-document-result.md index b325833..7e0adbd 100644 --- a/programming/cplusplus/api-reference/processed-document-result.md +++ b/programming/cplusplus/api-reference/processed-document-result.md @@ -35,6 +35,12 @@ class CProcessedDocumentResult : CCapturedResultBase | [`Release`](#release) | Decreases the reference count of the CProcessedDocumentResult object.| | [`RemoveItem`](#removeitem) | Removes a specific item from the array in the recognition result. | | [`HasItem`](#hasitem) | Checks if a specific item is present in the array. | +| Methods Inherited from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html): | | +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) | Gets the tag of the original image. | +| [`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. | +| [`GetErrorCode`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#geterrorcode) | Gets the error code of the recognition result, if an error occurred. | +| [`GetErrorString`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#geterrorstring) | Gets the error message of the recognition result, if an error occurred. | ### GetDetectedQuadResultItemsCount From e34768e457e974de07a210cb1fef5fc1c0f3d71b Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 18 Nov 2025 14:12:17 +0800 Subject: [PATCH 2/2] update style for Methods Inherited from --- .../cplusplus/api-reference/candidate-quad-edges-unit.md | 2 +- programming/cplusplus/api-reference/corners-unit.md | 2 +- programming/cplusplus/api-reference/deskewed-image-element.md | 2 +- .../cplusplus/api-reference/deskewed-image-result-item.md | 2 +- programming/cplusplus/api-reference/deskewed-image-unit.md | 2 +- programming/cplusplus/api-reference/detected-quad-element.md | 2 +- .../cplusplus/api-reference/detected-quad-result-item.md | 2 +- programming/cplusplus/api-reference/detected-quads-unit.md | 2 +- .../cplusplus/api-reference/document-normalizer-module.md | 2 +- programming/cplusplus/api-reference/enhanced-image-element.md | 2 +- .../cplusplus/api-reference/enhanced-image-result-item.md | 2 +- programming/cplusplus/api-reference/enhanced-image-unit.md | 2 +- programming/cplusplus/api-reference/logic-lines-unit.md | 2 +- programming/cplusplus/api-reference/long-lines-unit.md | 2 +- .../cplusplus/api-reference/processed-document-result.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/programming/cplusplus/api-reference/candidate-quad-edges-unit.md b/programming/cplusplus/api-reference/candidate-quad-edges-unit.md index 7dfac95..cc81b83 100644 --- a/programming/cplusplus/api-reference/candidate-quad-edges-unit.md +++ b/programming/cplusplus/api-reference/candidate-quad-edges-unit.md @@ -32,7 +32,7 @@ class CCandidateQuadEdgesUnit: CIntermediateResultUnit | [`RemoveCandidateQuadEdge`](#removecandidatequadedge) | Removes a candidate quad edge from current object by specifying an index. | | [`AddCandidateQuadEdge`](#addcandidatequadedge) | Adds a candidate quad edge to current object. | | [`SetCandidateQuadEdge`](#setcandidatequadedge) | Sets the candidate quad edge at the specified index. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/corners-unit.md b/programming/cplusplus/api-reference/corners-unit.md index 765fb8f..c672fd6 100644 --- a/programming/cplusplus/api-reference/corners-unit.md +++ b/programming/cplusplus/api-reference/corners-unit.md @@ -32,7 +32,7 @@ class CCornersUnit: CIntermediateResultUnit | [`RemoveCorner`](#removecorner) | Removes a corner from current object by specifying an index. | | [`AddCorner`](#addcorner) | Adds a corner to current object. | | [`SetCorner`](#setcorner) | Sets the corner at the specified index. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/deskewed-image-element.md b/programming/cplusplus/api-reference/deskewed-image-element.md index 65770b2..a314529 100644 --- a/programming/cplusplus/api-reference/deskewed-image-element.md +++ b/programming/cplusplus/api-reference/deskewed-image-element.md @@ -27,7 +27,7 @@ class CDeskewedImageElement: public CRegionObjectElement |--------|-------------| | [`SetImageData`](#setimagedata) | Sets the image data of the deskewed image element. | | [`GetSourceDeskewQuad`](#getsourcedeskewquad) | Gets the quadrilateral used for deskewing the image. | -| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | | | [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | | [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | | [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | diff --git a/programming/cplusplus/api-reference/deskewed-image-result-item.md b/programming/cplusplus/api-reference/deskewed-image-result-item.md index 8d71a77..bd4dcc1 100644 --- a/programming/cplusplus/api-reference/deskewed-image-result-item.md +++ b/programming/cplusplus/api-reference/deskewed-image-result-item.md @@ -30,7 +30,7 @@ class CDeskewedImageResultItem: CCapturedResultItem | [`GetCrossVerificationStatus`](#getcrossverificationstatus)| Gets the status of current object as a verified deskewed image. | | [`SetCrossVerificationStatus`](#setcrossverificationstatus)| Sets the status of current object. | | [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | -| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| **Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html):** | | | [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | | [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | | [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | diff --git a/programming/cplusplus/api-reference/deskewed-image-unit.md b/programming/cplusplus/api-reference/deskewed-image-unit.md index 8b99d3e..39fdc09 100644 --- a/programming/cplusplus/api-reference/deskewed-image-unit.md +++ b/programming/cplusplus/api-reference/deskewed-image-unit.md @@ -28,7 +28,7 @@ class CDeskewedImagesUnit: CIntermediateResultUnit |--------|-------------| | [`GetDeskewedImage`](#getdeskewedimage) | Gets a DeskewedImage object from current object. | | [`SetDeskewedImage`](#setdeskewedimage) | Sets the Deskewed image. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/detected-quad-element.md b/programming/cplusplus/api-reference/detected-quad-element.md index 6dd2303..054763b 100644 --- a/programming/cplusplus/api-reference/detected-quad-element.md +++ b/programming/cplusplus/api-reference/detected-quad-element.md @@ -27,7 +27,7 @@ class CDetectedQuadElement: CRegionObjectElement |--------|-------------| | [`GetConfidenceAsDocumentBoundary`](#getconfidenceasdocumentboundary) | Gets the confidence as document boundary of current object. | | [`SetLocation`](#setlocation) | Sets the location of the detected quad element. | -| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | | | [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | | [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | | [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | diff --git a/programming/cplusplus/api-reference/detected-quad-result-item.md b/programming/cplusplus/api-reference/detected-quad-result-item.md index ec0f783..c0edc76 100644 --- a/programming/cplusplus/api-reference/detected-quad-result-item.md +++ b/programming/cplusplus/api-reference/detected-quad-result-item.md @@ -28,7 +28,7 @@ class CDetectedQuadResultItem: CCapturedResultItem | [`GetLocation`](#getlocation) | Gets the location of current object. | | [`GetConfidenceAsDocumentBoundary`](#getconfidenceasdocumentboundary) | Gets the confidence of current object as a document boundary. | | [`GetCrossVerificationStatus`](#getcrossverificationstatus) | Gets the status of current object as a verified document boundary. | -| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| **Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html):** | | | [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | | [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | | [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | diff --git a/programming/cplusplus/api-reference/detected-quads-unit.md b/programming/cplusplus/api-reference/detected-quads-unit.md index 76a6de1..b655b6e 100644 --- a/programming/cplusplus/api-reference/detected-quads-unit.md +++ b/programming/cplusplus/api-reference/detected-quads-unit.md @@ -33,7 +33,7 @@ class CDetectedQuadsUnit: CIntermediateResultUnit | [`RemoveDetectedQuad`](#removedetectedquad) | Removes a detected quad from current object by specifying an index. | | [`AddDetectedQuad`](#adddetectedquad) | Adds a detected quad to current object. | | [`SetDetectedQuad`](#setdetectedquad) | Sets the detected quad at the specified index. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/document-normalizer-module.md b/programming/cplusplus/api-reference/document-normalizer-module.md index ae7f542..062dd29 100644 --- a/programming/cplusplus/api-reference/document-normalizer-module.md +++ b/programming/cplusplus/api-reference/document-normalizer-module.md @@ -22,7 +22,7 @@ The `CDocumentNormalizerModule` class defines general functions in the document class CDocumentNormalizerModule ``` -## Methods Summary +## Methods | Method | Description | | ------------------------------------------------------------- | ------------------------------------------------------ | diff --git a/programming/cplusplus/api-reference/enhanced-image-element.md b/programming/cplusplus/api-reference/enhanced-image-element.md index 1cb76d8..1101a40 100644 --- a/programming/cplusplus/api-reference/enhanced-image-element.md +++ b/programming/cplusplus/api-reference/enhanced-image-element.md @@ -26,7 +26,7 @@ class CEnhancedImageElement: public CRegionObjectElement | Method | Description | |--------|-------------| | [`SetImageData`](#setimagedata) | Sets the image data of the Enhanced image element. | -| Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html): | | +| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | | | [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | | [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | | [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | diff --git a/programming/cplusplus/api-reference/enhanced-image-result-item.md b/programming/cplusplus/api-reference/enhanced-image-result-item.md index 1117a9c..39e3b00 100644 --- a/programming/cplusplus/api-reference/enhanced-image-result-item.md +++ b/programming/cplusplus/api-reference/enhanced-image-result-item.md @@ -27,7 +27,7 @@ class CEnhancedImageResultItem: CCapturedResultItem |--------|-------------| | [`GetImageData`](#getimagedata) | Gets the ImageData of current object. | | [`GetOriginalToLocalMatrix`](#getoriginaltolocalmatrix) | Gets the transformation matrix from the original image coordinate system to the local coordinate system. | -| Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html): | | +| **Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html):** | | | [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | | [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | | [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | diff --git a/programming/cplusplus/api-reference/enhanced-image-unit.md b/programming/cplusplus/api-reference/enhanced-image-unit.md index db65df7..d581987 100644 --- a/programming/cplusplus/api-reference/enhanced-image-unit.md +++ b/programming/cplusplus/api-reference/enhanced-image-unit.md @@ -27,7 +27,7 @@ class CEnhancedImagesUnit: CIntermediateResultUnit |--------|-------------| | [`GetEnhancedImage`](#getenhancedimage) | Gets a enhancedImage object from current object. | | [`SetEnhancedImage`](#setenhancedimage) | Sets the enhanced image. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/logic-lines-unit.md b/programming/cplusplus/api-reference/logic-lines-unit.md index 7529ced..80c4dd5 100644 --- a/programming/cplusplus/api-reference/logic-lines-unit.md +++ b/programming/cplusplus/api-reference/logic-lines-unit.md @@ -32,7 +32,7 @@ class CLogicLinesUnit: CIntermediateResultUnit | [`RemoveLogicLine`](#removelogicline) | Removes a LogicLine from current object by specifying an index. | | [`AddLogicLine`](#addlogicline) | Adds a LogicLine to current object. | | [`SetLogicLine`](#setlogicline) | Sets the LogicLine at the specified index. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/long-lines-unit.md b/programming/cplusplus/api-reference/long-lines-unit.md index 7517ff8..86d84f3 100644 --- a/programming/cplusplus/api-reference/long-lines-unit.md +++ b/programming/cplusplus/api-reference/long-lines-unit.md @@ -32,7 +32,7 @@ class CLongLinesUnit: CIntermediateResultUnit | [`RemoveLongLine`](#removelongline) | Removes a LongLine from current object by specifying an index. | | [`AddLongLine`](#addlongline) | Adds a LongLine to current object. | | [`SetLongLine`](#setlongline) | Sets the LongLine at the specified index. | -| Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html): | | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | | [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | diff --git a/programming/cplusplus/api-reference/processed-document-result.md b/programming/cplusplus/api-reference/processed-document-result.md index 7e0adbd..d82628e 100644 --- a/programming/cplusplus/api-reference/processed-document-result.md +++ b/programming/cplusplus/api-reference/processed-document-result.md @@ -35,7 +35,7 @@ class CProcessedDocumentResult : CCapturedResultBase | [`Release`](#release) | Decreases the reference count of the CProcessedDocumentResult object.| | [`RemoveItem`](#removeitem) | Removes a specific item from the array in the recognition result. | | [`HasItem`](#hasitem) | Checks if a specific item is present in the array. | -| Methods Inherited from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html): | | +| **Methods Inherited from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html):** | | | [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) | Gets the hash ID of the original image. | | [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) | Gets the tag of the original image. | | [`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. |