AWSTextractValueType
Objective-C
NS_ENUM(NSInteger, AWSTextractValueType) {
AWSTextractValueTypeUnknown,
AWSTextractValueTypeDate,
}
Swift
enum AWSTextractValueType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractValueTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTextractValueTypeDateSwift
case date = 1
View on GitHub
Install in Dash
AWSTextractValueType Enumeration Reference