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
getCharacterClusters
Gets all the character clusters.
public CharacterCluster[] getCharacterClusters()
Return Value
Returns a CharacterCluster array.
See Also