AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
DocumentType
Document
Type
sealed
class
DocumentType
Inheritors
Image
MsWord
NativePdf
PlainText
ScannedPdf
TextractAnalyzeDocumentJson
TextractDetectDocumentTextJson
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Image
Link copied to clipboard
object
Image
:
DocumentType
Ms
Word
Link copied to clipboard
object
MsWord
:
DocumentType
Native
Pdf
Link copied to clipboard
object
NativePdf
:
DocumentType
Plain
Text
Link copied to clipboard
object
PlainText
:
DocumentType
Scanned
Pdf
Link copied to clipboard
object
ScannedPdf
:
DocumentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentType
Textract
Analyze
Document
Json
Link copied to clipboard
object
TextractAnalyzeDocumentJson
:
DocumentType
Textract
Detect
Document
Text
Json
Link copied to clipboard
object
TextractDetectDocumentTextJson
:
DocumentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String