Table of Contents

Class AIUtil

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

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

className string

the class name to be registered.

imagePath string

the path of the image to be registered.

Exceptions

InvalidClassNameException

UnregisterAllCustomClasses()

Unregisters all custom classes

public static void UnregisterAllCustomClasses()

UnregisterCustomClass(string)

Unregisters an AI custom class.

public static void UnregisterCustomClass(string className)

Parameters

className string

the class name to be unregistered.