@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class INDefault extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_GREY |
static String |
SERIALIZED_NAME_THRESH |
| Constructor and Description |
|---|
INDefault() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getGrey()
A grey scale color to use for frame or masking.
|
Float |
getThresh()
Threshold when an object can be recognized.
|
INDefault |
grey(Integer grey) |
int |
hashCode() |
void |
setGrey(Integer grey) |
void |
setThresh(Float thresh) |
INDefault |
thresh(Float thresh) |
String |
toString() |
public static final String SERIALIZED_NAME_THRESH
public static final String SERIALIZED_NAME_GREY
@Nullable public Float getThresh()
public void setThresh(Float thresh)
@Nullable public Integer getGrey()
public void setGrey(Integer grey)
Copyright © 2010–2021 anotheria.net. All rights reserved.