InlineData

io.cequence.openaiscala.gemini.domain.Part$.InlineData
case class InlineData(mimeType: String, data: String) extends Part

Prefix: inlineData

Blob of data. Inline media bytes.

Attributes

data

Raw bytes for media formats. A base64-encoded string.

mimeType

The IANA standard MIME type of the source data. Examples: - image/png - image/jpeg If an unsupported MIME type is provided, an error will be returned. For a complete list of supported types, see Supported file formats.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Part
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val prefix: PartPrefix