public class DetectedObject extends Object
Constructor and Description |
---|
DetectedObject() |
Modifier and Type | Method and Description |
---|---|
DetectedObject |
bounds(Rectangle bounds) |
boolean |
equals(Object o) |
Rectangle |
getBounds()
Get bounds
|
String |
getLabel()
Get label
|
Double |
getScore()
Get score
|
int |
hashCode() |
DetectedObject |
label(String label) |
DetectedObject |
score(Double score) |
void |
setBounds(Rectangle bounds) |
void |
setLabel(String label) |
void |
setScore(Double score) |
String |
toString() |
public DetectedObject label(String label)
public String getLabel()
public void setLabel(String label)
public DetectedObject score(Double score)
public Double getScore()
public void setScore(Double score)
public DetectedObject bounds(Rectangle bounds)
public Rectangle getBounds()
public void setBounds(Rectangle bounds)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.