Class Audio.Builder

java.lang.Object
dev.langchain4j.data.audio.Audio.Builder
Enclosing class:
Audio

public static class Audio.Builder extends Object
Builder for Audio.
  • Constructor Details Link icon

  • Method Details Link icon

    • url Link icon

      public Audio.Builder url(URI url)
      Set the url of the audio.
      Parameters:
      url - the url of the audio.
      Returns:
      this
    • url Link icon

      public Audio.Builder url(String url)
      Set the url of the audio.
      Parameters:
      url - the url of the audio.
      Returns:
      this
    • base64Data Link icon

      public Audio.Builder base64Data(String base64Data)
      Set the base64 data of the audio.
      Parameters:
      base64Data - the base64 data of the audio.
      Returns:
      this
    • mimeType Link icon

      public Audio.Builder mimeType(String mimeType)
      Set the mime type of the audio.
      Parameters:
      mimeType - the mime type of the audio.
      Returns:
      this
    • build Link icon

      public Audio build()
      Build the Audio.
      Returns:
      the Audio.