Skip to content

clear_lexiconClearLexiconClearLexiconclear_lexiconT_clear_lexicon🔗

Short description🔗

clear_lexiconClearLexiconClearLexiconclear_lexiconT_clear_lexicon — Clear a lexicon.

Signature🔗

clear_lexicon( lexicon LexiconHandle )void ClearLexicon( const HTuple& LexiconHandle )static void HOperatorSet.ClearLexicon( HTuple lexiconHandle )def clear_lexicon( lexicon_handle: HHandle ) -> None

Herror T_clear_lexicon( const Htuple LexiconHandle )

void HLexicon::ClearLexicon( ) const

void HLexicon.ClearLexicon( )

Description🔗

clear_lexiconClearLexicon clears a lexicon and releases its resources.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

This operator modifies the state of the following input parameter:

During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.

Parameters🔗

LexiconHandlelexiconHandlelexicon_handle (input_control, state is modified) lexicon → (handle)HTuple (HHandle)HLexicon, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the lexicon.

Combinations with other operators🔗

Combinations

See also

create_lexiconCreateLexicon

Module🔗

OCR/OCV