Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

CBufferedItemsManager

The CBufferedItemsManager 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

Assembly: DynamsoftCaptureVisionRouter

class CBufferedItemsManager 

Methods Summary

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.

virtual void SetMaxBufferedItems(int count)

Parameters

[in] count The maximum number of buffered items.

GetMaxBufferedItems

Gets the maximum number of buffered items.

virtual int GetMaxBufferedItems() const

Return value

Returns the maximum number of buffered items.

GetBufferedCharacterItemSet

Gets the buffered recognized character items.

virtual CBufferedCharacterItemSet* GetBufferedCharacterItemSet() const

Return value

Returns the buffered recognized character items.

See Also

CBufferedCharacterItemSet

Is this page helpful?

YesYes NoNo

In this article:

Version 2.4.10

    • version 2.4.10
    • Version 2.x
      • Version 2.2.30
      • Version 2.2.20
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +