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
8 changes: 0 additions & 8 deletions _includes/inherited-methods/captured-result-item.md

This file was deleted.

12 changes: 0 additions & 12 deletions _includes/inherited-methods/image-tag.md

This file was deleted.

18 changes: 0 additions & 18 deletions _includes/inherited-methods/intermediate-result-unit.md

This file was deleted.

9 changes: 0 additions & 9 deletions _includes/inherited-methods/region-object-element.md

This file was deleted.

15 changes: 0 additions & 15 deletions _includes/release-notes/dotnet-highlight-2.4.2000.md

This file was deleted.

15 changes: 0 additions & 15 deletions _includes/release-notes/python-highlight-2.4.2000.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CBufferedItemsManager` class is used to manage the buffered items. It provi
class CBufferedItemsManager
```

## Methods Summary
## Methods

| Method | Description |
|--------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CCaptureStateListener` class is an abstract class that defines a listener f
class CCaptureStateListener
```
## Methods Summary
## Methods
| Method | Description |
| ------------------------------------------------- | -------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CCaptureVisionRouterModule` class defines general functions in the capture
class CCaptureVisionRouterModule
```
## Methods Summary
## Methods
| Method | Description |
| --------------------------------------------------------- | -------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CCapturedResultArray` class represents a collection of captured results, ea
class CCapturedResultArray
```
## Methods Summary
## Methods
| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The `CCapturedResultFilter` class is responsible for filtering captured results.
class CCapturedResultFilter
```
## Methods Summary
## Methods
| Method | Description |
| ----------------------------------------------------------------- | ---------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CCapturedResultReceiver` class is responsible for receiving captured result
class CCapturedResultReceiver
```
## Methods Summary
## Methods
| Method | Description |
| ----------------------------------------------------------------- | ---------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The CCapturedResult class represents the result of a capture operation on an ima
class CCapturedResult
```
## Methods Summary
## Methods
| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CImageSourceStateListener` class is an abstract class that defines a listen
class CImageSourceStateListener
```
## Methods Summary
## Methods
| Method | Description |
| --------------------------------------------------------- | -------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CIntermediateResultManager` class manages intermediate results generated du
class CIntermediateResultManager
```

## Methods Summary
## Methods

| Method | Description |
|--------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CIntermediateResultReceiver` class is responsible for receiving intermediat
class CIntermediateResultReceiver
```
## Methods Summary
## Methods
| Method | Description |
|--------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The CCapturedResultBase class serves as a base class for all captured result typ
class CCapturedResultBase
```

## Methods Summary
## Methods

| Method | Description|
|--------------------------------|------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The CCapturedResultItem class represents an item in a captured result. It is an
class CCapturedResultItem
```
## Methods Summary
## Methods
| Method | Description|
|--------------------------------|------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CContour` class represents a contour in 2D space. It contains an array of C
class CContour
```
## Methods Summary
## Methods
| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CCoreModule` class defines general functions in the core module.
class CCoreModule
```
## Methods Summary
## Methods
| Method | Description |
| --------------------------------------------------------- | -------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ The `CFileImageTag` class represents an image tag that is associated with a file

*Assembly:* DynamsoftCore

*Inheritance:* [CImageTag]({{ site.dcvb_cpp_api }}core/basic-structures/image-tag.html) -> CFileImageTag

```cpp
class CFileImageTag : public CImageTag
```

## Methods Summary
## Methods

| Method | Description |
|----------------------|-------------|
Expand All @@ -29,10 +31,9 @@ class CFileImageTag : public CImageTag
| [`GetTotalPages`](#gettotalpages) | Gets the total page number of the Multi-Page image file. |
| [`CFileImageTag`](#cfileimagetag-constructor) | The constructor of the CFileImageTag class. |
| [`~CFileImageTag`](#cfileimagetag-destructor) | The destructor of the CFileImageTag class. |

### Inherited Methods

{%- include inherited-methods/image-tag.md -%}
| **Methods Inherited from [CImageTag]({{ site.dcvb_cpp_api }}core/basic-structures/image-tag.html):** | |
| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/image-tag.html#gettype) | Gets the type of the image tag. |
| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/image-tag.html#clone) | Creates a copy of the image tag. |

### GetFilePath

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CImageData` class represents image data, which contains the image bytes, wi
class CImageData
```

## Methods Summary
## Methods

| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CImageSourceAdapter` class provides an interface for fetching and buffering
class CImageSourceAdapter
```
## Methods Summary
## Methods
| Method | Description |
|--------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `CImageSourceErrorListener` class is an abstract base class for receiving er
class CImageSourceErrorListener
```
## Methods Summary
## Methods
| Method | Description |
| ------ | ----------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CImageTag` class represents an image tag that can be attached to an image i
class CImageTag
```
## Methods Summary
## Methods
| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CLineSegment` class represents a line segment in 2D space. It contains two
class CLineSegment
```
## Methods Summary
## Methods
| Method | Description |
| ------------------------------- | ------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,25 @@ The `COriginalImageResultItem` class represents a captured original image result

*Assembly:* DynamsoftCore

*Inheritance:* [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html) -> COriginalImageResultItem

```cpp
class COriginalImageResultItem: public CCapturedResultItem
```

## Methods Summary
## Methods

| Method | Description |
| ------------------------------- | ------------------------------------------------ |
| Method | Description |
|----------------------|-------------|
| [`GetImageData`](#getimagedata) | Gets the image data for the `COriginalImageResultItem`. |

### Inherited Methods

{%- include inherited-methods/captured-result-item.md -%}
| **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 item. |
| [`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 captured result item. |
| [`Release`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the captured result item. |
| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) | Creates a copy of the captured result item. |

### GetImageData

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CPoint` class represents a point in 2D space. It contains an array of two i
typedef DMPoint_<int> CPoint;
```

## Methods Summary
## Methods

| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CQuadrilateral
| [`points`](#points) | *CPoint* |
| [`id`](#id) | *int* |

## Methods Summary
## Methods

| Method | Description |
|----------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CRawImageResultItem` class represents a captured raw image result item. It
class CRawImageResultItem: public CCapturedResultItem
```
## Methods Summary
## Methods
| Method | Description |
| ------------------------------- | ------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `CVector4` class represents a four-dimensional vector.
class CVector4;
```

## Methods Summary
## Methods

| Method | Description |
|----------------------|-------------|
Expand Down
Loading