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.

CharacterCluster

The CharacterCluster interface represents a character cluster generated from the buffered character items. These buffered items will be clustered based on feature similarity to obtain cluster centers.

interface CharacterCluster{
        character: string; 
        mean: BufferedCharacterItem; 
    }

character

The character value of the cluster.

character: string;  

mean

The mean of the cluster.

mean: BufferedCharacterItem; 

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: