Class Monologue


  • public class Monologue
    extends Object
    A Monologue object presents information about a segment of a transcript owned by an individual speaker.
    • Constructor Detail

      • Monologue

        public Monologue()
    • Method Detail

      • getSpeaker

        public Integer getSpeaker()
        Returns the speaker number for this monologue.
        Returns:
        The speaker number for this monologue.
      • setSpeaker

        public void setSpeaker​(Integer speaker)
        Sets the speaker number for this monologue.
        Parameters:
        speaker - The number to set the speaker to.
      • setElements

        public void setElements​(List<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