DSNormalizedImageElement
The DSNormalizedImageElement class represents an intermediate result whose type is normalized image. It is inherited from DSRegionObjectElement and contains image data of normalized result as an additional parameter.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSNormalizedImageElement : DSRegionObjectElementclass NormalizedImageElement : RegionObjectElement
Methods
| Methods | Description |
|---|---|
getImageData |
Returns a DSImageData object as the image data of a normalized image. |
The following methods are inherited from class DSRegionObjectElement.
| Method | Description |
|---|---|
getLocation |
Returns the location info of the element. |
setLocation |
Sets the location info of the element. |
getReferencedElement |
Returns the referenced element that supports the capturing of this element. |
getRegionObjectElementType |
Returns the type of the element. |
getImageData
Returns DSImageData object as the image data of a normalized image.
- Objective-C
- Swift
- (nullable DSImageData *)getImageData;func getImageData() -> DSImageData?