public class VisualClassification.Image extends Object
| Constructor and Description | 
|---|
| Image() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getImage()Gets the image. | 
| List<VisualClassification.Score> | getScores()Gets the scores. | 
| void | setImage(String image)Sets the image. | 
| void | setScores(List<VisualClassification.Score> scores)Sets the scores. | 
public String getImage()
public List<VisualClassification.Score> getScores()
public void setImage(String image)
image - The imagepublic void setScores(List<VisualClassification.Score> scores)
scores - The scoresCopyright © 2015–2016. All rights reserved.