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

public class HistoryItem extends ElevenModel
  • Constructor Details

  • Method Details

    • getHistoryItemId

      public String getHistoryItemId()
    • getRequestId

      public String getRequestId()
    • getVoiceId

      public String getVoiceId()
    • getVoiceName

      public String getVoiceName()
    • getText

      public String getText()
    • getDateUnix

      public long getDateUnix()
    • getCharacterCountChangeFrom

      public int getCharacterCountChangeFrom()
    • getCharacterCountChangeTo

      public int getCharacterCountChangeTo()
    • getContentType

      public String getContentType()
    • getState

      public String getState()
    • getSettings

      public Map<String,Object> getSettings()
    • getFeedback

      public Feedback getFeedback()
    • delete

      public String delete()
    • downloadAudio

      public File downloadAudio()
    • toString

      public String toString()
      Overrides:
      toString in class Object