Documentation
Table of contents

BufferedCharacterItemSet

The BufferedCharacterItemSet class represents a collection of buffered character items and associated character clusters.

Definition

Package: com.dynamsoft.dlr

public class BufferedCharacterItemSet

Methods

Method Description
getItems Gets all the buffered items.
getCharacterClusters Gets all the character clusters.

getItems

Gets all the buffered items.

public BufferedCharacterItem[] getItems()

Return Value

Returns a BufferedCharacterItem array.

See Also

BufferedCharacterItem

getCharacterClusters

Gets all the character clusters.

public CharacterCluster[] getCharacterClusters()

Return Value

Returns a CharacterCluster array.

See Also

CharacterCluster

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: