AWSRekognitionProtectiveEquipmentType
Objective-C
NS_ENUM(NSInteger, AWSRekognitionProtectiveEquipmentType) {
AWSRekognitionProtectiveEquipmentTypeUnknown,
AWSRekognitionProtectiveEquipmentTypeFaceCover,
AWSRekognitionProtectiveEquipmentTypeHandCover,
AWSRekognitionProtectiveEquipmentTypeHeadCover,
}
Swift
enum AWSRekognitionProtectiveEquipmentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeFaceCover
Swift
case faceCover = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeHandCover
Swift
case handCover = 2
-
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeHeadCover
Swift
case headCover = 3