@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class INObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
INObject.ColorEnum
The color of the object, e.g.
|
static class |
INObject.StyleEnum
The style attribute of the object, e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLOR |
static String |
SERIALIZED_NAME_HEIGHT |
static String |
SERIALIZED_NAME_IN_CLASS |
static String |
SERIALIZED_NAME_IN_GROUP |
static String |
SERIALIZED_NAME_IN_ID |
static String |
SERIALIZED_NAME_PROBABILITY |
static String |
SERIALIZED_NAME_STYLE |
static String |
SERIALIZED_NAME_WIDTH |
static String |
SERIALIZED_NAME_X0 |
static String |
SERIALIZED_NAME_Y0 |
| Constructor and Description |
|---|
INObject() |
| Modifier and Type | Method and Description |
|---|---|
INObject |
color(INObject.ColorEnum color) |
boolean |
equals(Object o) |
INObject.ColorEnum |
getColor()
The color of the object, e.g.
|
Float |
getHeight()
The total height of the rectangle in the vertical (y) direction.
|
String |
getInClass()
The classification of the recognized object.
|
String |
getInGroup()
The group of the classification.
|
String |
getInId()
The group of the classification.
|
Integer |
getProbability()
The probability that the object found matches the classification.
|
INObject.StyleEnum |
getStyle()
The style attribute of the object, e.g.
|
Float |
getWidth()
The total width of the rectangle in the horizontal (x) direction.
|
Float |
getX0()
The center of the rectangle in the horizontal (x) direction.
|
Float |
getY0()
The center of the rectangle in the vertical (y) direction.
|
int |
hashCode() |
INObject |
height(Float height) |
INObject |
inClass(String inClass) |
INObject |
inGroup(String inGroup) |
INObject |
inId(String inId) |
INObject |
probability(Integer probability) |
void |
setColor(INObject.ColorEnum color) |
void |
setHeight(Float height) |
void |
setInClass(String inClass) |
void |
setInGroup(String inGroup) |
void |
setInId(String inId) |
void |
setProbability(Integer probability) |
void |
setStyle(INObject.StyleEnum style) |
void |
setWidth(Float width) |
void |
setX0(Float x0) |
void |
setY0(Float y0) |
INObject |
style(INObject.StyleEnum style) |
String |
toString() |
INObject |
width(Float width) |
INObject |
x0(Float x0) |
INObject |
y0(Float y0) |
public static final String SERIALIZED_NAME_IN_CLASS
public static final String SERIALIZED_NAME_IN_GROUP
public static final String SERIALIZED_NAME_IN_ID
public static final String SERIALIZED_NAME_COLOR
public static final String SERIALIZED_NAME_STYLE
public static final String SERIALIZED_NAME_X0
public static final String SERIALIZED_NAME_Y0
public static final String SERIALIZED_NAME_WIDTH
public static final String SERIALIZED_NAME_HEIGHT
public static final String SERIALIZED_NAME_PROBABILITY
@Nullable public String getInClass()
public void setInClass(String inClass)
public void setInGroup(String inGroup)
public void setInId(String inId)
public INObject color(INObject.ColorEnum color)
@Nullable public INObject.ColorEnum getColor()
public void setColor(INObject.ColorEnum color)
public INObject style(INObject.StyleEnum style)
@Nullable public INObject.StyleEnum getStyle()
public void setStyle(INObject.StyleEnum style)
@Nullable public Float getX0()
public void setX0(Float x0)
@Nullable public Float getY0()
public void setY0(Float y0)
@Nullable public Float getWidth()
public void setWidth(Float width)
@Nullable public Float getHeight()
public void setHeight(Float height)
@Nullable public Integer getProbability()
public void setProbability(Integer probability)
Copyright © 2010–2021 anotheria.net. All rights reserved.