Resource Base
Table of contents

CIntermediateResult

The CIntermediateResult class represents a container containing a collection of CIntermediateResultUnit objects.

Definition

Namespace: dynamsoft::intermediate_results

Assembly: DynamsoftCore

class CIntermediateResult

Methods

Method Description
GetCount Gets the number of CIntermediateResultUnit objects in the collection.
GetIntermediateResultUnit Gets a pointer to a specific CIntermediateResultUnit object in the collection.

GetCount

Gets the number of CIntermediateResultUnit objects in the collection.

virtual int GetCount() const

Return value

Returns the number of CIntermediateResultUnit objects in the collection.

GetIntermediateResultUnit

Gets a pointer to a specific CIntermediateResultUnit object in the collection.

virtual const CIntermediateResultUnit* GetIntermediateResultUnit(int index) const

Parameters

[in] index The index of the CIntermediateResultUnit object to retrieve.

Return value

Returns a const pointer to the specified CIntermediateResultUnit object in the collection. You don’t need to release the memory pointed to by the returned pointer.

See Also

CIntermediateResultUnit

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • 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 +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support