DSTextZone
The TextZone
class describes a text zone.
Definition
Assembly: DynamsoftCore.xcframework
- Objective-C
- Swift
@interface DSTextZone: NSObject
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
@property (nonatomic, copy) DSQuadrilateral * location;
var location: Quadrilateral? { get set }
charContourIndices
The indices of the character contours.
- Objective-C
- Swift
@property (nonatomic, nullable, copy) NSArray * charContoursIndices;
var charContoursIndices: [Int]? { get set }