Class Hypothesis

    • Constructor Detail

      • Hypothesis

        public Hypothesis()
    • Method Detail

      • getTs

        public Double getTs()
        Returns the starting timestamp of a transcribed audio sample.
        Returns:
        The starting timestamp of a transcribed audio sample.
      • setTs

        public void setTs​(Double ts)
        Sets the starting timestamp.
        Parameters:
        ts - The starting timestamp.
      • getEndTs

        public Double getEndTs()
        Returns the ending timestamp of a transcribed audio sample.
        Returns:
        The ending timestamp of a transcribed audio sample.
      • setEndTs

        public void setEndTs​(Double endTs)
        Sets the ending timestamp.
        Parameters:
        endTs - The ending timestamp.
      • setElements

        public void setElements​(Element[] elements)
        Sets elements to the list of Element objects provided.
        Parameters:
        elements - The list of Element objects to set as the elements.
        See Also:
        Element