Table of contents

NormalizedImagesResult

The NormalizedImagesResult class represents a collection of NormalizedImageResultItem, the basic unit of a normalized image result.

Definition

Namespace: Dynamsoft.DocumentNormalizer.Maui

Assembly: Dynamsoft.DocumentNormalizer.Maui

class NormalizedImagesResult

Properties

Property Type Description
Items *IList* An array of NormalizedImageResultItem. Each NormalizedImageResultItem is a result object of a single normalized image.
RotationTransformMatrix Matrix The rotation transformation matrix of the original image relative to the rotated image.
ErrorCode int The error code of the normalized images result, if an error occurred.
ErrorMessage String The error message of the normalized images result, if an error occurred.

Items

An array of NormalizedImageResultItem objects, where each NormalizedImageResultItem represents a single normalized image.

IList<NormalizedImageResultItem> Items { get; }

RotationTransformMatrix

The rotation transformation matrix of the original image relative to the rotated image. Please see Matrix for more info.

Matrix RotationTransformMatrix { get; }

ErrorCode

The error code of the normalized images result, if an error occurred.

int ErrorCode { get; }

ErrorMessage

The error message of the normalized images result, if an error occurred.

String ErrorMessage { get; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: