Documentation
Table of contents

BufferedCharacterItemSet

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

Definition

Namespace: com.dynamsoft.dlr

Assembly: DynamsoftLabelRecognizer.aar

class BufferedCharacterItemSet

Methods

Method Description
getItems Gets an array of BufferedCharacterItem objects that represents the buffered characters.
getCharacterClusters Gets an array of CharacterCluster objects that represents the clustered characters.

getItems

Gets an array of BufferedCharacterItem objects that represents the buffered characters.

BufferedCharacterItem[] getItems();

getCharacterClusters

Gets an array of CharacterCluster objects that represents the clustered characters.

CharacterCluster[] getCharacterClusters();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: