DeleteWords Method of the Dictionary Object

This method deletes a group of words from the dictionary.

Syntax

Visual Basic .NET

Sub DeleteWords(words As StringsCollection)
    

C++

HRESULT DeleteWords(
  IStringCollection* words
);
    

Parameters

words
[in] This parameter of the StringsCollection type contains the collection of words to be deleted. If any of the deleted words is not present in the dictionary, no error will occur.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

Remarks

To delete a single word or all words from the dictionary, use the IDictionary::DeleteWord or IDictionary::DeleteAllWords method, respectively.

See also

Dictionary

IDictionary::DeleteWord

IDictionary::DeleteAllWords

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.