Class AIUtil
Registers or unregisters images as AI custom classes.
public class AIUtil
- Inheritance
-
AIUtil
- Inherited Members
Constructors
AIUtil()
public AIUtil()
Methods
RegisterCustomClass(string, string)
Registers an image as AI custom class.
public static void RegisterCustomClass(string className, string imagePath)
Parameters
classNamestringthe class name to be registered.
imagePathstringthe path of the image to be registered.
Exceptions
UnregisterAllCustomClasses()
Unregisters all custom classes
public static void UnregisterAllCustomClasses()
UnregisterCustomClass(string)
Unregisters an AI custom class.
public static void UnregisterCustomClass(string className)
Parameters
classNamestringthe class name to be unregistered.