Class NeuroBeautyOutput

java.lang.Object
com.banuba.sdk.neuro_beauty.NeuroBeautyOutput

public final class NeuroBeautyOutput
extends java.lang.Object
Tuple with neuro_beauty output.
  • Constructor Summary

    Constructors
    Constructor Description
    NeuroBeautyOutput​(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

    • NeuroBeautyOutput

      public NeuroBeautyOutput​(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