AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
DownloadedAsset
Downloaded
Asset
class
DownloadedAsset
(
val
base64
:
String
,
val
mediaType
:
String
?
)
(
source
)
The base64 bytes + media type of a downloaded asset.
Since
0.3.0-beta01
Members
Constructors
Downloaded
Asset
Link copied to clipboard
constructor
(
base64
:
String
,
mediaType
:
String
?
)
Properties
base64
Link copied to clipboard
val
base64
:
String
media
Type
Link copied to clipboard
val
mediaType
:
String
?