Package com.banuba.sdk.celebrity_match
Class CelebrityMatch.CppProxy
java.lang.Object
com.banuba.sdk.celebrity_match.CelebrityMatch.CppProxy
- All Implemented Interfaces:
CelebrityMatch
- Enclosing interface:
- CelebrityMatch
public static final class CelebrityMatch.CppProxy extends java.lang.Object implements CelebrityMatch
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.celebrity_match.CelebrityMatch
CelebrityMatch.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
CelebrityMatchOutput
blend(CelebrityMatchIndex index, CelebrityMatchBackendData data, java.util.ArrayList<java.lang.Float> blendCoeffs)
return null optional when errorstatic CelebrityMatch
create(java.lang.String imageIndexPath)
protected void
finalize()
java.util.ArrayList<CelebrityMatchIndex>
processPhoto(FullImageData inputImage)
return null optional when errorMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
processPhoto
Description copied from interface:CelebrityMatch
return null optional when error- Specified by:
processPhoto
in interfaceCelebrityMatch
-
blend
public CelebrityMatchOutput blend(CelebrityMatchIndex index, CelebrityMatchBackendData data, java.util.ArrayList<java.lang.Float> blendCoeffs)Description copied from interface:CelebrityMatch
return null optional when error- Specified by:
blend
in interfaceCelebrityMatch
-
create
-