BufferedCharacterItem
The BufferedCharacterItem class represents a buffered character item recognized by the library.
Definition
Package: com.dynamsoft.dlr
public class BufferedCharacterItem
Methods
| Method | Description |
|---|---|
getCharacter |
Gets the buffered character value. |
getImage |
Gets the image data of the buffered character. |
getFeatures |
Gets all the features formatted with id and value of the buffered character. |
getCharacter
Gets the buffered character value.
public char getCharacter()
Return Value
Returns the buffered character value.
getImage
Gets the image data of the buffered character.
public ImageData getImage()
Return Value
Returns the image data of the buffered character.
See Also
getFeatures
Gets all the features formatted with id and value of the buffered character.
public HashMap<Integer, Float> getFeatures()
Return Value
Returns all the features as a HashMap where keys are feature IDs and values are feature values.
See Also
getFeatures
Gets all the features formatted with id and value of the buffered character.
public HashMap<Integer, Float> getFeatures()
Return Value
Returns all the features as a HashMap where keys are feature IDs and values are feature values.