AWSRekognitionBodyPart

Objective-C

NS_ENUM(NSInteger, AWSRekognitionBodyPart) {
    AWSRekognitionBodyPartUnknown,
    AWSRekognitionBodyPartFace,
    AWSRekognitionBodyPartHead,
    AWSRekognitionBodyPartLeftHand,
    AWSRekognitionBodyPartRightHand,
}

Swift

enum AWSRekognitionBodyPart : Int, @unchecked Sendable

Undocumented