AWSTextractFeatureType
Objective-C
NS_ENUM(NSInteger, AWSTextractFeatureType) {
AWSTextractFeatureTypeUnknown,
AWSTextractFeatureTypeTables,
AWSTextractFeatureTypeForms,
AWSTextractFeatureTypeQueries,
AWSTextractFeatureTypeSignatures,
AWSTextractFeatureTypeLayout,
}
Swift
enum AWSTextractFeatureType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeTablesSwift
case tables = 1 -
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeFormsSwift
case forms = 2 -
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeQueriesSwift
case queries = 3 -
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeSignaturesSwift
case signatures = 4 -
Undocumented
Declaration
Objective-C
AWSTextractFeatureTypeLayoutSwift
case layout = 5
View on GitHub
Install in Dash
AWSTextractFeatureType Enumeration Reference