Class VerifyResult

java.lang.Object
net.idrnd.voicesdk.verify.VerifyResult

public final class VerifyResult extends Object
Contains the result of comparison of 2 VoiceTemplate instances.
See Also:
  • Method Details

    • getProbability

      public float getProbability()
      Returns:
      probability that 2 voice templates are equivalent
    • getScore

      public float getScore()
      Returns:
      raw verification score, intended to be used for evaluation and data-wise calibration
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object