Table of contents

CapturedResultBase

The CapturedResultBase class is the base class of all types of captured results.

Definition

Namespace: Dynamsoft.Core.Maui

Assembly: Dynamsoft.Core.Maui

class CapturedResultBase

Properties

Property Type Description
OriginalImageHashId string Gets the hash id of the original image.
RotationTransformMatrix Matrix Gets the rotation transformation matrix of the original image relative to the rotated image.
ErrorCode int Gets the error code of this result.
ErrorMessage string Gets the error message of this result.

getOriginalImageHashId

Gets the hash id of the original image.

string OriginalImageHashId { get; }

RotationTransformMatrix

Gets the rotation transformation matrix of the original image relative to the rotated image.

Matrix RotationTransformMatrix { get; }

ErrorCode

Gets the error code of this result.

int ErrorCode { get; }

ErrorMessage

Gets the error message of this result.

String ErrorMessage { get; }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: