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.

DSRecognizedTextLinesUnit

The DSRecognizedTextLinesUnit class represents an intermediate result unit containing recognized text lines. It inherits from the DSIntermediateResultUnit class.

Definition

Assembly: DynamsoftLabelRecognizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSRecognizedTextLinesUnit: DSIntermediateResultUnit
    
  2. class RecognizedTextLinesUnit: IntermediateResultUnit
    

Inheritance: DSIntermediateResultUnit -> DSRecognizedTextLinesUnit

Property Summary

Property Type Description
recognizedTextLines NSArray<DSRecognizedTextLineElement> A pointer to the DSRecognizedTextLineElement object at the specified index.

recognizedTextLines

All the recognized text lines of this unit in an array of DSRecognizedTextLineElement.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, copy) NSArray<DSRecognizedTextLineElement*>* recognizedTextLines;
    
  2. var recognizedTextLines: [RecognizedTextLineElement]? { 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