AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rekognition
/
aws.sdk.kotlin.services.rekognition.model
/
BodyPart
Body
Part
sealed
class
BodyPart
Inheritors
Face
Head
LeftHand
RightHand
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Face
Link copied to clipboard
object
Face
:
BodyPart
Head
Link copied to clipboard
object
Head
:
BodyPart
Left
Hand
Link copied to clipboard
object
LeftHand
:
BodyPart
Right
Hand
Link copied to clipboard
object
RightHand
:
BodyPart
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BodyPart
Properties
value
Link copied to clipboard
abstract
val
value
:
String