Class AutoHighlightResult


  • public final class AutoHighlightResult
    extends java.lang.Object
    • Method Detail

      • getCount

        public int getCount()
        Returns:
        The total number of times the key phrase appears in the audio file
      • getRank

        public double getRank()
        Returns:
        The total relevancy to the overall audio file of this key phrase - a greater number means more relevant
      • getText

        public java.lang.String getText()
        Returns:
        The text itself of the key phrase
      • getTimestamps

        public java.util.List<Timestamp> getTimestamps()
        Returns:
        The timestamp of the of the key phrase
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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