AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockdataautomation
/
aws.sdk.kotlin.services.bedrockdataautomation.model
/
DocumentOutputTextFormatType
Document
Output
Text
Format
Type
sealed
class
DocumentOutputTextFormatType
Inheritors
Csv
Html
Markdown
PlainText
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
DocumentOutputTextFormatType
Html
Link copied to clipboard
object
Html
:
DocumentOutputTextFormatType
Markdown
Link copied to clipboard
object
Markdown
:
DocumentOutputTextFormatType
Plain
Text
Link copied to clipboard
object
PlainText
:
DocumentOutputTextFormatType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentOutputTextFormatType
Properties
value
Link copied to clipboard
abstract
val
value
:
String