public class ImageMatchSettings extends Object
| Constructor and Description |
|---|
ImageMatchSettings()
|
ImageMatchSettings(MatchLevel matchLevel,
ExactMatchSettings exact) |
| Modifier and Type | Method and Description |
|---|---|
ExactMatchSettings |
getExact() |
MatchLevel |
getMatchLevel() |
void |
setExact(ExactMatchSettings exact) |
void |
setMatchLevel(MatchLevel matchLevel) |
String |
toString() |
public ImageMatchSettings(MatchLevel matchLevel, ExactMatchSettings exact)
public ImageMatchSettings()
ImageMatchSettings(MatchLevel, ExactMatchSettings).
matchLevel defaults to STRICT,
exact defualts to null.public MatchLevel getMatchLevel()
public void setMatchLevel(MatchLevel matchLevel)
matchLevel - The "strictness" level of the match.public ExactMatchSettings getExact()
public void setExact(ExactMatchSettings exact)
Copyright © 2017. All rights reserved.