AWSTextractTextType
Objective-C
NS_ENUM(NSInteger, AWSTextractTextType) {
AWSTextractTextTypeUnknown,
AWSTextractTextTypeHandwriting,
AWSTextractTextTypePrinted,
}
Swift
enum AWSTextractTextType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractTextTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTextractTextTypeHandwritingSwift
case handwriting = 1 -
Undocumented
Declaration
Objective-C
AWSTextractTextTypePrintedSwift
case printed = 2
View on GitHub
Install in Dash
AWSTextractTextType Enumeration Reference