@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class IrisNet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_GETN_CLASSES |
static String |
SERIALIZED_NAME_GETN_OBJECTS |
static String |
SERIALIZED_NAME_HELP_SUGGESTED |
static String |
SERIALIZED_NAME_IN_OBJECT |
static String |
SERIALIZED_NAME_IN_RULE |
static String |
SERIALIZED_NAME_RULES_BROKEN |
static String |
SERIALIZED_NAME_SEVERITY |
| Constructor and Description |
|---|
IrisNet() |
| Modifier and Type | Method and Description |
|---|---|
IrisNet |
addInObjectItem(INObject inObjectItem) |
IrisNet |
addInRuleItem(INRule inRuleItem) |
boolean |
equals(Object o) |
Integer |
getGetnClasses()
The amount of classification objects that were checked against on the source media.
|
Integer |
getGetnObjects()
The amount of objects that were recognized on the source image.
|
Integer |
getHelpSuggested()
In cases where the AI is uncertain, this attribute is set (1), indication that it could be useful to double check the source media by a human.
|
List<INObject> |
getInObject()
A list of all instances of the classification objects found on the source image.
|
List<INRule> |
getInRule()
This list contains one rule per classification.
|
IrisNet |
getnClasses(Integer getnClasses) |
IrisNet |
getnObjects(Integer getnObjects) |
Integer |
getRulesBroken()
The amount of broken rules that are contained in the source media.
|
Integer |
getSeverity()
The highest severity value found amongst the broken rules.
|
int |
hashCode() |
IrisNet |
helpSuggested(Integer helpSuggested) |
IrisNet |
inObject(List<INObject> inObject) |
IrisNet |
inRule(List<INRule> inRule) |
IrisNet |
rulesBroken(Integer rulesBroken) |
void |
setGetnClasses(Integer getnClasses) |
void |
setGetnObjects(Integer getnObjects) |
void |
setHelpSuggested(Integer helpSuggested) |
void |
setInObject(List<INObject> inObject) |
void |
setInRule(List<INRule> inRule) |
void |
setRulesBroken(Integer rulesBroken) |
void |
setSeverity(Integer severity) |
IrisNet |
severity(Integer severity) |
String |
toString() |
public static final String SERIALIZED_NAME_RULES_BROKEN
public static final String SERIALIZED_NAME_HELP_SUGGESTED
public static final String SERIALIZED_NAME_SEVERITY
public static final String SERIALIZED_NAME_GETN_CLASSES
public static final String SERIALIZED_NAME_GETN_OBJECTS
public static final String SERIALIZED_NAME_IN_RULE
public static final String SERIALIZED_NAME_IN_OBJECT
@Nullable public Integer getRulesBroken()
public void setRulesBroken(Integer rulesBroken)
@Nullable public Integer getHelpSuggested()
public void setHelpSuggested(Integer helpSuggested)
@Nullable public Integer getSeverity()
public void setSeverity(Integer severity)
@Nullable public Integer getGetnClasses()
public void setGetnClasses(Integer getnClasses)
@Nullable public Integer getGetnObjects()
public void setGetnObjects(Integer getnObjects)
@Nullable public List<INRule> getInRule()
@Nullable public List<INObject> getInObject()
Copyright © 2010–2021 anotheria.net. All rights reserved.