AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentruntime
/
aws.sdk.kotlin.services.bedrockagentruntime.model
/
ImageInputFormat
Image
Input
Format
sealed
class
ImageInputFormat
Inheritors
Gif
Jpeg
Png
Webp
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gif
Link copied to clipboard
object
Gif
:
ImageInputFormat
Jpeg
Link copied to clipboard
object
Jpeg
:
ImageInputFormat
Png
Link copied to clipboard
object
Png
:
ImageInputFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImageInputFormat
Webp
Link copied to clipboard
object
Webp
:
ImageInputFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String