com.applitools.eyes.MatchLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-java-jersey2x Show documentation
Show all versions of eyes-sdk-java-jersey2x Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes;
/**
* The extent in which two images match (or are expected to match).
*/
public enum MatchLevel {
/**
* Images do not necessarily match.
*/
NONE,
/**
* Images have the same layout.
*/
LAYOUT,
/**
* Images have the same layout.
*/
LAYOUT2,
/**
* Images have the same outline.
*/
CONTENT,
/**
* Images are nearly identical.
*/
STRICT,
/**
* Images are identical.
*/
EXACT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy