toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
textract
/
aws.sdk.kotlin.services.textract.model
/
EntityType
Entity
Type
sealed
class
EntityType
Inheritors
ColumnHeader
Key
SemiStructuredTable
StructuredTable
TableFooter
TableSectionTitle
TableSummary
TableTitle
Value
SdkUnknown
Members
Types
Column
Header
Link copied to clipboard
object
ColumnHeader
:
EntityType
Companion
Link copied to clipboard
object
Companion
Key
Link copied to clipboard
object
Key
:
EntityType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EntityType
Semi
Structured
Table
Link copied to clipboard
object
SemiStructuredTable
:
EntityType
Structured
Table
Link copied to clipboard
object
StructuredTable
:
EntityType
Table
Footer
Link copied to clipboard
object
TableFooter
:
EntityType
Table
Section
Title
Link copied to clipboard
object
TableSectionTitle
:
EntityType
Table
Summary
Link copied to clipboard
object
TableSummary
:
EntityType
Table
Title
Link copied to clipboard
object
TableTitle
:
EntityType
Value
Link copied to clipboard
object
Value
:
EntityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String