Documentation
Table of contents

CharacterCluster

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

Definition

Namespace: com.dynamsoft.dlr

Assembly: DynamsoftLabelRecognizer.aar

class CharacterCluster

Methods

Method Description
getCharacter Gets the string that represents the character.
getMean Gets the mean value of the character cluster, of type BufferedCharacterItem.

getCharacter

Gets the string that represents the character.

String getCharacter();

getMean

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

BufferedCharacterItem getMean();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: