AudioContent
data class AudioContent(val data: String, val mimeType: String, val annotations: Annotations? = null, val meta: JsonObject? = null) : MediaContent(source)
Audio provided to or from an LLM.
Constructors
Link copied to clipboard
constructor(data: String, mimeType: String, annotations: Annotations? = null, meta: JsonObject? = null)