KlassenKlassenKlassenKlassen | | | | Operatoren

lookup_lexiconlookup_lexiconLookupLexiconlookup_lexiconLookupLexiconLookupLexicon (Operator)

Name

lookup_lexiconlookup_lexiconLookupLexiconlookup_lexiconLookupLexiconLookupLexicon — Prüfen, ob ein Wort in einem Lexikon enthalten ist.

Signatur

lookup_lexicon( : : LexiconHandle, Word : Found)

Herror lookup_lexicon(const Hlong LexiconHandle, const char* Word, Hlong* Found)

Herror T_lookup_lexicon(const Htuple LexiconHandle, const Htuple Word, Htuple* Found)

Herror lookup_lexicon(const HTuple& LexiconHandle, const HTuple& Word, Hlong* Found)

Hlong HLexicon::LookupLexicon(const HTuple& Word) const

void LookupLexicon(const HTuple& LexiconHandle, const HTuple& Word, HTuple* Found)

Hlong HLexicon::LookupLexicon(const HString& Word) const

Hlong HLexicon::LookupLexicon(const char* Word) const

void HOperatorSetX.LookupLexicon(
[in] VARIANT LexiconHandle, [in] VARIANT Word, [out] VARIANT* Found)

Hlong HLexiconX.LookupLexicon([in] BSTR Word)

static void HOperatorSet.LookupLexicon(HTuple lexiconHandle, HTuple word, out HTuple found)

int HLexicon.LookupLexicon(string word)

Beschreibung

lookup_lexiconlookup_lexiconLookupLexiconlookup_lexiconLookupLexiconLookupLexicon prüft, ob WordWordWordWordWordword im Lexikon LexiconHandleLexiconHandleLexiconHandleLexiconHandleLexiconHandlelexiconHandle enthalten ist, und liefert 1 in FoundFoundFoundFoundFoundfound, falls das Wort gefunden wurde, ansonsten 0.

Parallelisierung

Parameter

LexiconHandleLexiconHandleLexiconHandleLexiconHandleLexiconHandlelexiconHandle (input_control)  lexicon HLexicon, HTupleHTupleHLexicon, HTupleHLexiconX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle des Lexikons.

WordWordWordWordWordword (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Nachzuschlagendes Wort.

Defaultwert: 'word' "word" "word" "word" "word" "word"

FoundFoundFoundFoundFoundfound (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Ergebnis der Suche.

Alternativen

suggest_lexiconsuggest_lexiconSuggestLexiconsuggest_lexiconSuggestLexiconSuggestLexicon

Siehe auch

create_lexiconcreate_lexiconCreateLexiconcreate_lexiconCreateLexiconCreateLexicon

Modul

OCR/OCV


KlassenKlassenKlassenKlassen | | | | Operatoren