Resource Base
Table of contents

DSNormalizedImageResultItem

The DSNormalizedImageResultItem class is an extension of DSCapturedResultItem that represents a normalized image. This is the most basic unit of the normalized image result, one of the captured result types that the Capture Vision Router can output.

Definition

Assembly: DynamsoftDocumentNormalizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSNormalizedImageResultItem: DSCapturedResultItem
    
  2. class NormalizedImageResultItem : CapturedResultItem
    

Attributes

Attributes Type Description
imageData DSImageData * A DSImageData object as the image data of a normalized image.
location DSQuadrilateral * The quadrilateral from which you get the normalized image result item.

imageData

A DSImageData object for the normalized image.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, readonly) DSImageData *imageData
    
  2. var imageData: ImageData? { get }
    

location

The DSQuadrilateral that represents the location of the normalized image within the original image or frame.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, readonly) DSQuadrilateral *location
    
  2. var location: Quadrilateral? { get }
    

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.x
      • Version 2.2.10
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.10
    • Version 1.x
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.30
      • Version 1.0.21
      • Version 1.0.20
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.5
      • Version 1.0.4
      • Version 1.0.3
      • Version 1.0.2
      • Version 1.0.1
      • Version 1.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support