1.Create the image file you want to use to identify the object.
JPG, BMP, and PNG are the supported types.
2.Initialize an InsightObject test object class and as the constructor, provide an image that is loaded from a file that you created in step 1.
C# example:
string imageFolder = Directory.GetCurrentDirectory() + ''SubmitButton.jpg''
Image image = Image.FromFile(imageFolder);
var submitButton = window.Describe(new InsightDescription(image));
3.You can also optionally provide:
* an index or VRI definition in the object description to help ensure unique identification of the object
* a similarity property that enables you to control the % tolerance of the recognition