Table of contents

IntermediateResult

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

Definition

Module: dynamsoft_core

class IntermediateResult

Methods

Method Description
get_intermediate_result_units Gets all IntermediateResultUnit objects in the collection.

get_intermediate_result_units

Gets all IntermediateResultUnit objects in the collection.

def get_intermediate_result_units(self) -> List[IntermediateResultUnit]:

Return value

Returns all IntermediateResultUnit objects in the collection.

See Also

IntermediateResultUnit

Is this page helpful?

YesYes NoNo

In this article: