public static class NIVision.ClassScore extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className |
float |
distance |
Modifier | Constructor and Description |
---|---|
|
ClassScore() |
protected |
ClassScore(java.nio.ByteBuffer backing,
int offset) |
protected |
ClassScore(long nativeObj,
boolean owned) |
|
ClassScore(java.lang.String className,
double distance) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public ClassScore()
public ClassScore(java.lang.String className, double distance)
protected ClassScore(java.nio.ByteBuffer backing, int offset)
protected ClassScore(long nativeObj, boolean owned)