Table of contents

IntermediateResult

The IntermediateResult class represents a container containing a collection of IntermediateResultUnit objects.

Definition

Namespace: Dynamsoft.Core.intermediate_results

class IntermediateResult : IEnumerable<IntermediateResultUnit>

Methods

Method Description
GetCount Gets the number of IntermediateResultUnit objects in the collection.
GetIntermediateResultUnit Gets a specific IntermediateResultUnit object in the collection.
GetIntermediateResultUnits Gets all IntermediateResultUnit objects in the collection.

GetCount

Gets the number of IntermediateResultUnit objects in the collection.

int GetCount()

Return value

Returns the number of IntermediateResultUnit objects in the collection.

GetIntermediateResultUnit

Gets a specific IntermediateResultUnit object in the collection.

IntermediateResultUnit GetIntermediateResultUnit(int index)

Parameters

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

Return value

Returns the specified IntermediateResultUnit object in the collection.

See Also

IntermediateResultUnit

GetIntermediateResultUnits

Gets all IntermediateResultUnit objects in the collection.

IntermediateResultUnit[] GetIntermediateResultUnits()

Return value

Returns all IntermediateResultUnit objects in the collection.

See Also

IntermediateResultUnit

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: