C# Syntax
public class AIUtil
Public Methods
Name | Description | |
---|---|---|
RegisterCustomClass Method | Registers an image as an AI custom class. | |
UnregisterAllCustomClasses Method | Unregisters all custom classes. | |
UnregisterCustomClass Method | Unregisters an AI custom class. |
Detailed Description
Registers an image as an AI custom class.
C# syntax
static void RegisterCustomClass (string className, string imagePath)
Parameters
- className
The class name to be registered.
- imagePath
- The path of the image to be registered.
Exceptions
Unregisters all AI custom classes.
C# syntax
static void UnregisterAllCustomClasses ()
Unregisters an AI custom class.
C# syntax
static void UnregisterCustomClass (string className)
Parameters
- className
The class name to be unregistered.