ImageGear .NET - Updated May 1, 2018
AddItem Method (ImGearRecUserDictionary)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUserDictionary Class : AddItem Method
Item to be added to the user dictionary.
Adds an item to the user dictionary.
Syntax
'Declaration
 
Public Sub AddItem( _
   ByVal item As ImGearRecUDItem _
) 
 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim item As ImGearRecUDItem
 
instance.AddItem(item)

Parameters

item
Item to be added to the user dictionary.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members
ImGearRecUDItem Class