Class WordSearchMatch


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

      • getText

        public java.lang.String getText()
        Returns:
        The matched word
      • getCount

        public int getCount()
        Returns:
        The total amount of times the word is in the transcript
      • getTimestamps

        public java.util.List<java.util.List<java.lang.Integer>> getTimestamps()
        Returns:
        An array of timestamps
      • getIndexes

        public java.util.List<java.lang.Integer> getIndexes()
        Returns:
        An array of all index locations for that word within the words array of the completed transcript
      • 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