Table of contents

DSTextZone

The TextZone class describes a text zone.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSTextZone: NSObject
    
  2. class TextZone: NSObject
    

Attributes

Attributes Type Description
location DSQuadrilateral * * The location of the text zone.
charContoursIndices NSArray * * The indices of the character contours.

location

The location of the text zone.

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

charContourIndices

The indices of the character contours.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, copy) NSArray * charContoursIndices;
    
  2. var charContoursIndices: [Int]? { get set }
    

Is this page helpful?

YesYes NoNo

In this article: