AWSTextractTextType

Objective-C

NS_ENUM(NSInteger, AWSTextractTextType) {
    AWSTextractTextTypeUnknown,
    AWSTextractTextTypeHandwriting,
    AWSTextractTextTypePrinted,
}

Swift

enum AWSTextractTextType : Int, @unchecked Sendable

Undocumented