Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

DSLocalizedTextLinesUnit

The DSLocalizedTextLinesUnit class represents a unit that contains localized text lines. It inherits from the DSIntermediateResultUnit class.

Definition

Assembly: DynamsoftLabelRecognizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSLocalizedTextLinesUnit: DSIntermediateResultUnit
    
  2. class LocalizedTextLinesUnit: IntermediateResultUnit
    

Inheritance: DSIntermediateResultUnit -> DSLocalizedTextLinesUnit

Property Summary

Property Type Description
localizedTextLine NSArray<DSLocalizedTextLineElement> All the text lines in an array of DSLocalizedTextLineElement, which is the basic unit of the localized text line result.

localizedTextLines

All the text lines in an array of DSLocalizedTextLineElement, which is the basic unit of the localized text line result.

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

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support