Documentation
Table of contents

RecognizedTextLinesResult

The RecognizedTextLinesResult class represents the overall result(s) of a text recognition process. It provides access to information about the recognized text lines, the original image, and any errors that occurred during the recognition process.

Definition

Assembly: dynamsoft_capture_vision_flutter

class RecognizedTextLinesResult extends CapturedResultBase

Properties

Property Types Description
getItems *List* The text line result(s) recognized from the image/frame in an array of TextLineResultItem.

The following properties are inherited from CapturedResultBase:

Property Types Description
originalImageHashId String The hash id of the original image.
rotationTransformMatrix Matrix4 The rotation transformation matrix of the original image relative to the rotated image.
errorCode int The error code of this result.
errorMessage String The error message of this result.

getItems

The text line result(s) recognized from the image/frame in an array of TextLineResultItem.

List<TextLineResultItem>? items;

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: