Class AudioDB.MatchResult

  • All Implemented Interfaces:

    
    public final class AudioDB.MatchResult
    
                        

    MatchResult holds the result of a match operation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final AudioDB.Entry getEntry() The matched entry.
      final Long getPosition() The position in the audio.
      final Long getDurationMillis() The matched segment duration in milliseconds, if the audio pack provides it.
      final Double getScore() The match score.
      final String getMarker() The optional ultrasonic marker code detected during recognition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait