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.

BufferedCharacterItemSet

The BufferedCharacterItemSet interface represents a collection of buffered character items. Each item in the collection is a BufferedCharacterItem object.

interface BufferedCharacterItemSet{
    items: Array<BufferedCharacterItem>; 
    characterClusters: Array<CharacterCluster>; 
}

items

An array of BufferedCharacterItem.

items: Array<BufferedCharacterItem>; 

See Also

characterClusters

An array of CharacterCluster.

characterClusters: Array<CharacterCluster>; 

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: