ClassesClasses | | Operators

clear_lexiconclear_lexiconClearLexiconClearLexicon (Operator)

Name

clear_lexiconclear_lexiconClearLexiconClearLexicon — Clear a lexicon.

Signature

clear_lexicon( : : LexiconHandle : )

Herror clear_lexicon(const Hlong LexiconHandle)

Herror T_clear_lexicon(const Htuple LexiconHandle)

void ClearLexicon(const HTuple& LexiconHandle)

static void HOperatorSet.ClearLexicon(HTuple lexiconHandle)

Description

clear_lexiconclear_lexiconClearLexiconClearLexiconClearLexicon clears a lexicon and releases its resources.

Execution Information

This operator modifies the state of the following input parameter:

The value of this parameter may not be shared across multiple threads without external synchronization.

Parameters

LexiconHandleLexiconHandleLexiconHandleLexiconHandlelexiconHandle (input_control, state is modified)  lexicon HLexicon, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Handle of the lexicon.

See also

create_lexiconcreate_lexiconCreateLexiconCreateLexiconCreateLexicon

Module

OCR/OCV


ClassesClasses | | Operators