public static class RecognizeExpressionResponse.Data.Element extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecognizeExpressionResponse.Data.Element.FaceRectangle |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
Float |
getFaceProbability() |
RecognizeExpressionResponse.Data.Element.FaceRectangle |
getFaceRectangle() |
void |
setExpression(String expression) |
void |
setFaceProbability(Float faceProbability) |
void |
setFaceRectangle(RecognizeExpressionResponse.Data.Element.FaceRectangle faceRectangle) |
public String getExpression()
public void setExpression(String expression)
public Float getFaceProbability()
public void setFaceProbability(Float faceProbability)
public RecognizeExpressionResponse.Data.Element.FaceRectangle getFaceRectangle()
public void setFaceRectangle(RecognizeExpressionResponse.Data.Element.FaceRectangle faceRectangle)
Copyright © 2020. All Rights Reserved.