AWSTextractFeatureType
Objective-C
NS_ENUM(NSInteger, AWSTextractFeatureType) {
AWSTextractFeatureTypeUnknown,
AWSTextractFeatureTypeTables,
AWSTextractFeatureTypeForms,
}
Swift
enum AWSTextractFeatureType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeTables
Swift
case tables = 1
-
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeForms
Swift
case forms = 2