Table of contents

BufferedItemsManager

The BufferedItemsManager class is used to manage the buffered items. It provides methods to get and set the maximum number of buffer items and to get buffer items.

Definition

Namespace: Dynamsoft.CVR

public class BufferedItemsManager 

Methods

Method Description
SetMaxBufferedItems Sets the maximum number of buffered items.
GetMaxBufferedItems Gets the maximum number of buffered items.
GetBufferedCharacterItemSet Gets the buffered recognized character items.

SetMaxBufferedItems

Sets the maximum number of buffered items.

void SetMaxBufferedItems(int count)

Parameters

[in] count The maximum number of buffered items.

GetMaxBufferedItems

Gets the maximum number of buffered items.

int GetMaxBufferedItems()

Return value

Returns the maximum number of buffered items.

GetBufferedCharacterItemSet

Gets the buffered recognized character items.

BufferedCharacterItemSet GetBufferedCharacterItemSet()

Return value

Returns the buffered recognized character items.

See Also

BufferedCharacterItemSet

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: