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

CharacterCluster

The DSCharacterCluster class represents the character clustering result. Each DSCharacterCluster object records the character info with its mean value.

Definition

Assembly: DynamsoftLabelRecognizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSCharacterCluster : NSObject
    
  2. class CharacterCluster: NSObject
    

Properties

Property Type Description
character NSString * The string that represents the character.
mean DSBufferedCharacterItem * The mean value of the character cluster, of type BufferedCharacterItem.

character

The string that represents the character.

  • Objective-C
  • Swift
  1. @property (nonatomic, readonly) NSString * character;
    
  2. var character: String { get }
    

mean

The mean value of the character cluster, of type BufferedCharacterItem.

  • Objective-C
  • Swift
  1. @property (nonatomic, readonly) DSBufferedCharacterItem * mean;
    
  2. var mean: BufferedCharacterItem { 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 +