AWSRekognitionProtectiveEquipmentType
Objective-C
NS_ENUM(NSInteger, AWSRekognitionProtectiveEquipmentType) {
AWSRekognitionProtectiveEquipmentTypeUnknown,
AWSRekognitionProtectiveEquipmentTypeFaceCover,
AWSRekognitionProtectiveEquipmentTypeHandCover,
AWSRekognitionProtectiveEquipmentTypeHeadCover,
}
Swift
enum AWSRekognitionProtectiveEquipmentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeFaceCoverSwift
case faceCover = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeHandCoverSwift
case handCover = 2 -
Undocumented
Declaration
Objective-C
AWSRekognitionProtectiveEquipmentTypeHeadCoverSwift
case headCover = 3
View on GitHub
Install in Dash
AWSRekognitionProtectiveEquipmentType Enumeration Reference