AWSRekognitionProtectiveEquipmentType

Objective-C

NS_ENUM(NSInteger, AWSRekognitionProtectiveEquipmentType) {
    AWSRekognitionProtectiveEquipmentTypeUnknown,
    AWSRekognitionProtectiveEquipmentTypeFaceCover,
    AWSRekognitionProtectiveEquipmentTypeHandCover,
    AWSRekognitionProtectiveEquipmentTypeHeadCover,
}

Swift

enum AWSRekognitionProtectiveEquipmentType : Int, @unchecked Sendable

Undocumented