toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
AugmentedManifestsDocumentTypeFormat
Augmented
Manifests
Document
Type
Format
sealed
class
AugmentedManifestsDocumentTypeFormat
Inheritors
PlainTextDocument
SemiStructuredDocument
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Plain
Text
Document
Link copied to clipboard
object
PlainTextDocument
:
AugmentedManifestsDocumentTypeFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AugmentedManifestsDocumentTypeFormat
Semi
Structured
Document
Link copied to clipboard
object
SemiStructuredDocument
:
AugmentedManifestsDocumentTypeFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String