Resource Base
Table of contents

TextZonesUnit

The TextZonesUnit interface extends the IntermediateResultUnit interface and represents a unit of text zones identified during the processing of an image. This interface is used to encapsulate the locations of detected text areas within an image, providing a structured representation of where text is located.

interface TextZonesUnit extends IntermediateResultUnit {
    textZones: Array<TextZone>;
}

textZones

An array of TextZone objects, each representing the geometric boundaries of a detected text zone within the image.

See Also

TextZone

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version(2.2.10)
  • Version 2.x
    • Version 2.0.30
    • Version 2.0.20
    • Version 2.0.10
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support