Class PortraitMatchIndex

java.lang.Object
com.banuba.sdk.portrait_match.PortraitMatchIndex

public final class PortraitMatchIndex
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PortraitMatchIndex​(java.lang.String path, float distance)  
  • Method Summary

    Modifier and Type Method Description
    float getDistance()  
    java.lang.String getPath()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PortraitMatchIndex

      public PortraitMatchIndex​(@NonNull java.lang.String path, float distance)
  • Method Details

    • getPath

      @NonNull public java.lang.String getPath()
    • getDistance

      public float getDistance()
    • toString

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