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
/
UnsuccessfulFaceAssociationReason
Unsuccessful
Face
Association
Reason
sealed
class
UnsuccessfulFaceAssociationReason
Inheritors
AssociatedToADifferentUser
FaceNotFound
LowMatchConfidence
SdkUnknown
Members
Types
Associated
To
ADifferent
User
Link copied to clipboard
object
AssociatedToADifferentUser
:
UnsuccessfulFaceAssociationReason
Companion
Link copied to clipboard
object
Companion
Face
Not
Found
Link copied to clipboard
object
FaceNotFound
:
UnsuccessfulFaceAssociationReason
Low
Match
Confidence
Link copied to clipboard
object
LowMatchConfidence
:
UnsuccessfulFaceAssociationReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UnsuccessfulFaceAssociationReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String