Class FalconSegment


  • public class FalconSegment
    extends java.lang.Object
    FalconSegment class.
    • Constructor Summary

      Constructors 
      Constructor Description
      FalconSegment​(float startSec, float endSec, int speakerTag)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getEndSec()
      Getter for the end of segment in seconds.
      int getSpeakerTag()
      Getter for the speaker tag.
      float getStartSec()
      Getter for the start of segment in seconds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FalconSegment

        public FalconSegment​(float startSec,
                             float endSec,
                             int speakerTag)
        Constructor.
        Parameters:
        startSec - Start of segment in seconds.
        endSec - End of segment in seconds.
        speakerTag - A non-negative integer that identifies unique speakers.
    • Method Detail

      • getStartSec

        public float getStartSec()
        Getter for the start of segment in seconds.
        Returns:
        Start of segment in seconds.
      • getEndSec

        public float getEndSec()
        Getter for the end of segment in seconds.
        Returns:
        End of segment in seconds.
      • getSpeakerTag

        public int getSpeakerTag()
        Getter for the speaker tag.
        Returns:
        Speaker tag.