All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.MatchLevel Maven / Gradle / Ivy

There is a newer version: 2.57
Show newest version
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