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