AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockruntime
/
aws.sdk.kotlin.services.bedrockruntime.model
/
DocumentFormat
Document
Format
sealed
class
DocumentFormat
Inheritors
Csv
Doc
Docx
Html
Md
Pdf
Txt
Xls
Xlsx
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
DocumentFormat
Doc
Link copied to clipboard
object
Doc
:
DocumentFormat
Docx
Link copied to clipboard
object
Docx
:
DocumentFormat
Html
Link copied to clipboard
object
Html
:
DocumentFormat
Md
Link copied to clipboard
object
Md
:
DocumentFormat
Pdf
Link copied to clipboard
object
Pdf
:
DocumentFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentFormat
Txt
Link copied to clipboard
object
Txt
:
DocumentFormat
Xls
Link copied to clipboard
object
Xls
:
DocumentFormat
Xlsx
Link copied to clipboard
object
Xlsx
:
DocumentFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String