java.lang.Object
net.andrewcpu.elevenlabs.model.ElevenModel
net.andrewcpu.elevenlabs.model.history.Feedback

public class Feedback extends ElevenModel
  • Constructor Details

    • Feedback

      public Feedback(boolean thumbsUp, String feedback, boolean emotions, boolean inaccurateClone, boolean glitches, boolean audioQuality, boolean other, String reviewStatus)
    • Feedback

      public Feedback()
  • Method Details

    • isThumbsUp

      public boolean isThumbsUp()
    • getFeedback

      public String getFeedback()
    • isEmotions

      public boolean isEmotions()
    • isInaccurateClone

      public boolean isInaccurateClone()
    • isGlitches

      public boolean isGlitches()
    • isAudioQuality

      public boolean isAudioQuality()
    • isOther

      public boolean isOther()
    • getReviewStatus

      public String getReviewStatus()
    • toString

      public String toString()
      Overrides:
      toString in class Object