Documentation
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

DSLocalizedTextLineElement

The DSLocalizedTextLineElement class represents a localized text line element. It inherits from the DSRegionObjectElement class.

Definition

Assembly: DynamsoftCaptureVisionBundle.xcframework

  • Objective-C
  • Swift
  1. @interface DSLocalizedTextLineElement: DSRegionObjectElement
    
  2. class LocalizedTextLineElement: RegionObjectElement
    

Inheritance: DSRegionObjectElement -> DSLocalizedTextLineElement

Properties

Property Type Description
characterQuads NSArray<DSQuadrilateral *> * The quadrilaterals of all characters in the text line.
rowNumber NSInteger The row number of the text line.

characterQuads

The quadrilaterals of all characters in the text line.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, readonly) NSArray<DSQuadrilateral *>* characterQuads;
    
  2. var characterQuads: [Quadrilateral]? { get }
    

rowNumber

The row number of the text line.

  • Objective-C
  • Swift
  1. @property (nonatomic, assign, readonly) NSInteger rowNumber;
    
  2. var rowNumber: Int { get }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: