Class SpeakerRanking

  • All Implemented Interfaces:

    
    public class SpeakerRanking
    
                        

    Returns information about an endpoint's energy levels relative to other endpoints.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SpeakerRanking(boolean isDominant_, int energyRanking_, int energyScore_) Initializes a new SpeakerRanking instance.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • SpeakerRanking

        SpeakerRanking(boolean isDominant_, int energyRanking_, int energyScore_)
        Initializes a new SpeakerRanking instance.
    • Method Detail