Package com.banuba.sdk.celebrity_match
Class CelebrityMatchOutput
java.lang.Object
com.banuba.sdk.celebrity_match.CelebrityMatchOutput
public final class CelebrityMatchOutput
extends java.lang.Object
Tuple with celebrity_match output. Four images which should have the same size as the input image.
-
Constructor Summary
Constructors Constructor Description CelebrityMatchOutput(java.lang.String name, int width, int height, int channels, java.util.ArrayList<Data> images)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CelebrityMatchOutput
public CelebrityMatchOutput(@NonNull java.lang.String name, int width, int height, int channels, @NonNull java.util.ArrayList<Data> images)
-
-
Method Details
-
getName
@NonNull public java.lang.String getName() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getChannels
public int getChannels() -
getImages
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-