Class MakeupTransferOutput

java.lang.Object
com.banuba.sdk.makeup_transfer.MakeupTransferOutput

public final class MakeupTransferOutput
extends java.lang.Object
Tuple with makeup_transfer output.
  • Constructor Summary

    Constructors
    Constructor Description
    MakeupTransferOutput​(int width, int height, int channels, Data image)  
  • Method Summary

    Modifier and Type Method Description
    int getChannels()  
    int getHeight()  
    Data getImage()  
    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

    • MakeupTransferOutput

      public MakeupTransferOutput​(int width, int height, int channels, @NonNull Data image)
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getChannels

      public int getChannels()
    • getImage

      @NonNull public Data getImage()
    • toString

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