Documentation
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

BufferedCharacterItem

The BufferedCharacterItem interface represents a buffered character item. Each buffered character item represents a recognized character along with its image and features.

interface BufferedCharacterItem {
    character: string; 
    image: Core.DSImageData; 
    features: Array<{id: number, value: number}>; 
    }

character

The buffered character value.

character: string; 

image

The image data of the buffered character.

image: Core.DSImageData;  

See Also

features

An array of features, each feature object contains feature id and value of the buffered character.

features: Array<{id: number, value: number}>; 

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: