InsightDescription Constructor(Image,UInt32)
Initializes a new InsightDescription instance based on the provided image and specified similarity value.

C# Syntax

public InsightDescription( 
   Image image,
   uint similarity
)

Parameters

image
The System.Drawing.Image UFT Developer uses to find a visual match within this object's parent object.
similarity
A percentage value that specifies how similar an object in the AUT must be to the supplied System.Drawing.Image in order to be considered a match. Possible values: 0 - 100.