public class Faces extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private Attributes |
attributes |
private Rectangle |
face_rectangle |
private String |
face_token |
private Object |
landmark |
| 构造器和说明 |
|---|
Faces() |
| 限定符和类型 | 方法和说明 |
|---|---|
Attributes |
getAttributes() |
Rectangle |
getFace_rectangle() |
String |
getFace_token() |
Object |
getLandmark() |
void |
setAttributes(Attributes attributes) |
void |
setFace_rectangle(Rectangle face_rectangle) |
void |
setFace_token(String face_token) |
void |
setLandmark(Object landmark) |
private String face_token
private Rectangle face_rectangle
private Object landmark
private Attributes attributes
public String getFace_token()
public void setFace_token(String face_token)
public Rectangle getFace_rectangle()
public void setFace_rectangle(Rectangle face_rectangle)
public Object getLandmark()
public void setLandmark(Object landmark)
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
Copyright © 2020. All rights reserved.