public static class RecognizeActionResponse.Data.Element extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecognizeActionResponse.Data.Element.BoxesItem |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
List<RecognizeActionResponse.Data.Element.BoxesItem> |
getBoxes() |
List<String> |
getLabels() |
List<Float> |
getScores() |
Integer |
getTimestamp() |
void |
setBoxes(List<RecognizeActionResponse.Data.Element.BoxesItem> boxes) |
void |
setLabels(List<String> labels) |
void |
setScores(List<Float> scores) |
void |
setTimestamp(Integer timestamp) |
public Integer getTimestamp()
public void setTimestamp(Integer timestamp)
public List<RecognizeActionResponse.Data.Element.BoxesItem> getBoxes()
public void setBoxes(List<RecognizeActionResponse.Data.Element.BoxesItem> boxes)
Copyright © 2020. All Rights Reserved.