AWSTextractValueType
Objective-C
NS_ENUM(NSInteger, AWSTextractValueType) {
AWSTextractValueTypeUnknown,
AWSTextractValueTypeDate,
}
Swift
enum AWSTextractValueType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractValueTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTextractValueTypeDate
Swift
case date = 1