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

    Modifier and Type Method Description
    int getChannels()  
    int getHeight()  
    java.util.ArrayList<Data> getImages()  
    java.lang.String getName()  
    int getWidth()  
    java.lang.String toString()  

    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

      @NonNull public java.util.ArrayList<Data> getImages()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object