public class Joints
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Joints.Joint
A joint that was detected using Human Pose Estimation on an image.
|
| Constructor and Description |
|---|
Joints(java.util.List<Joints.Joint> joints)
Constructs the
Joints with the provided joints. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Joints.Joint> |
getJoints()
Gets the joints for the image.
|
java.lang.String |
toString() |
public Joints(java.util.List<Joints.Joint> joints)
Joints with the provided joints.joints - the jointspublic java.util.List<Joints.Joint> getJoints()
public java.lang.String toString()
toString in class java.lang.Object