GetTextsFromCache Method of the Page Object

This method gets full-text recognition results from cache. Use it to retrieve a Text object for each region, which will give you access to full properties of each recognized character via the GetCharParams or GetCharParamsEx methods.

Syntax

Visual Basic .NET

Sub GetTextsFromCache(Regions As RegionsCollection) As TextsCollection
    

C++

HRESULT GetTextsFromCache(
  IRegionsCollection*       Regions,
  ITextsCollection**        Result
);
    

Parameters

Regions
[in] Refers to the IRegionsCollection* object that specifies the regions from which the texts should be retrieved.
Result
[out, retval] A pointer to the ITextsCollection* variable that receives the interface pointer for the collection of Text objects. Each text from the array of texts corresponds to its own region from the array of regions.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

Page

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.