AWSTextractValueType

Objective-C

NS_ENUM(NSInteger, AWSTextractValueType) {
    AWSTextractValueTypeUnknown,
    AWSTextractValueTypeDate,
}

Swift

enum AWSTextractValueType : Int, @unchecked Sendable

Undocumented