Package com.banuba.sdk.types
Interface FrxRecognitionResult
- All Known Implementing Classes:
FrxRecognitionResult.CppProxy
public interface FrxRecognitionResult
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FrxRecognitionResult.CppProxy
-
Method Summary
Modifier and Type Method Description java.util.ArrayList<FaceData>
getFaces()
java.util.ArrayList<java.lang.Float>
getTexCoords()
TransformableEvent
getTransform()
java.util.ArrayList<java.lang.Integer>
getTriangles()
-
Method Details
-
getFaces
-
getTexCoords
@NonNull java.util.ArrayList<java.lang.Float> getTexCoords() -
getTriangles
@NonNull java.util.ArrayList<java.lang.Integer> getTriangles() -
getTransform
-