Class InsightDescription
The description of an Insight test object.
public class InsightDescription : Description, ICloneable, IDescription
- Inheritance
-
InsightDescription
- Implements
- Inherited Members
Constructors
InsightDescription(Image)
Initializes a new InsightDescription instance based on the provided image using a default similarity value of 80%.
public InsightDescription(Image image)
Parameters
InsightDescription(Image, uint)
Initializes a new InsightDescription instance based on the provided image and specified similarity value.
public InsightDescription(Image image, uint similarity)
Parameters
imageImageThe Image that is used to find a visual match within this object's parent object.
similarityuintA percentage value that specifies how similar an object in the AUT must be to the supplied Image in order to be considered a match. Possible values: 0 - 100.
Properties
Image
The Image used as the source image for this Insight test object.
public Image Image { get; set; }
Property Value
Similarity
A percentage value that specifies how similar an object in the AUT must be to this Insight object's source Image in order to be considered a match. Possible values: 0 - 100.
public uint? Similarity { get; set; }
Property Value
- uint?