Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

DSBufferedCharacterItemSet

The DSBufferedCharacterItemSet class represents the buffered characters and the character cluster that generated from the buffered characters.

Definition

Assembly: DynamsoftLabelRecognizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSBufferedCharacterItemSet : NSObject
    
  2. class BufferedCharacterItemSet: NSObject
    

Properties

Property Type Description
items NSArray<DSBufferedCharacterItem *> * An array of BufferedCharacterItem objects that represents the buffered characters.
characterClusters NSArray<DSCharacterCluster *> * An array of CharacterCluster objects that represents the clustered characters.

items

An array of BufferedCharacterItem objects that represents the buffered characters.

  • Objective-C
  • Swift
  1. @property (nonatomic, readonly) NSArray<DSBufferedCharacterItem *> * items;
    
  2. var items: [BufferedCharacterItem] { get }
    

characterClusters

An array of CharacterCluster objects that represents the clustered characters.

  • Objective-C
  • Swift
  1. @property (nonatomic, readonly) NSArray<DSCharacterCluster *> * characterClusters;
    
  2. var characterClusters: [CharacterCluster] { get }
    

Is this page helpful?

YesYes NoNo

In this article:

Version 3.2.30

    • version 3.2.30
    • Version 3.x
      • Version 3.0.20
    • Version 2.x
      • Version 2.2.20
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2.0
      • Version 1.0.0
    Change +