Table of contents

BufferedItemsManager

Defines a manager for buffered items in the capture vision workflow.

Definition

Namespace: com.dynamsoft.cvr

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.

public void setMaxBufferedItems(int count)

Parameters

count The maximum number of buffered items.

getMaxBufferedItems

Gets the maximum number of buffered items.

public int getMaxBufferedItems()

Return value

Returns the maximum number of buffered items.

getBufferedCharacterItemSet

Gets the buffered recognized character items.

public 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: