AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rekognition
/
aws.sdk.kotlin.services.rekognition.model
/
Attribute
Attribute
sealed
class
Attribute
Inheritors
AgeRange
All
Beard
Default
Emotions
Eyeglasses
EyesOpen
EyeDirection
FaceOccluded
Gender
MouthOpen
Mustache
Smile
Sunglasses
SdkUnknown
Members
Types
Age
Range
Link copied to clipboard
object
AgeRange
:
Attribute
All
Link copied to clipboard
object
All
:
Attribute
Beard
Link copied to clipboard
object
Beard
:
Attribute
Companion
Link copied to clipboard
object
Companion
Default
Link copied to clipboard
object
Default
:
Attribute
Emotions
Link copied to clipboard
object
Emotions
:
Attribute
Eye
Direction
Link copied to clipboard
object
EyeDirection
:
Attribute
Eyeglasses
Link copied to clipboard
object
Eyeglasses
:
Attribute
Eyes
Open
Link copied to clipboard
object
EyesOpen
:
Attribute
Face
Occluded
Link copied to clipboard
object
FaceOccluded
:
Attribute
Gender
Link copied to clipboard
object
Gender
:
Attribute
Mouth
Open
Link copied to clipboard
object
MouthOpen
:
Attribute
Mustache
Link copied to clipboard
object
Mustache
:
Attribute
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Attribute
Smile
Link copied to clipboard
object
Smile
:
Attribute
Sunglasses
Link copied to clipboard
object
Sunglasses
:
Attribute
Properties
value
Link copied to clipboard
abstract
val
value
:
String