Class WordSearchResponse


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

      • getId

        public java.lang.String getId()
        Returns:
        The ID of the transcript
      • getTotalCount

        public int getTotalCount()
        Returns:
        The total count of all matched instances. For e.g., word 1 matched 2 times, and word 2 matched 3 times, total_count will equal 5.
      • getMatches

        public java.util.List<WordSearchMatch> getMatches()
        Returns:
        The matches of the search
      • 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