AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ContentPart
/
Video
Video
jvm
@
Serializable
data
class
Video
(
val
mimeType
:
String
,
val
data
:
Sha256
)
:
ContentPart
(
source
)
Members
Constructors
Video
Link copied to clipboard
jvm
constructor
(
mimeType
:
String
,
data
:
Sha256
)
Properties
data
Link copied to clipboard
jvm
val
data
:
Sha256
必须为一个存储在
io.github.autotweaker.api.store.ObjectStorage
中的文件。
mime
Type
Link copied to clipboard
jvm
val
mimeType
:
String
MIME 类型,如
video/mp4
。