Documentation
Table of contents

BufferedCharacterItem

The BufferedCharacterItem class represents a buffered character.

Definition

Namespace: com.dynamsoft.dlr

Assembly: DynamsoftLabelRecognizer.aar

class BufferedCharacterItem

Methods

Method Description
getCharacter Gets the string that represents the character.
getImage Gets the image data of the buffered character.
getFeatures Gets a HashMap that contains all buffered character features. The values of the dictionary are float type.

getCharacter

Gets the string that represents the character.

String getCharacter();

getImage

Gets the image data of the buffered character.

ImageData getImage();

getFeatures

Gets a HashMap that contains all buffered character features. The values of the dictionary are float type.

HashMap<Integer, Float> getFeatures();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: