Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractErrorType) { AWSTextractErrorUnknown, AWSTextractErrorAccessDenied, AWSTextractErrorBadDocument, AWSTextractErrorDocumentTooLarge, AWSTextractErrorHumanLoopQuotaExceeded, AWSTextractErrorIdempotentParameterMismatch, AWSTextractErrorInternalServer, AWSTextractErrorInvalidJobId, AWSTextractErrorInvalidKMSKey, AWSTextractErrorInvalidParameter, AWSTextractErrorInvalidS3Object, AWSTextractErrorLimitExceeded, AWSTextractErrorProvisionedThroughputExceeded, AWSTextractErrorThrottling, AWSTextractErrorUnsupportedDocument, }
Swift
enum AWSTextractErrorType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractBlockType) { AWSTextractBlockTypeUnknown, AWSTextractBlockTypeKeyValueSet, AWSTextractBlockTypePage, AWSTextractBlockTypeLine, AWSTextractBlockTypeWord, AWSTextractBlockTypeTable, AWSTextractBlockTypeCell, AWSTextractBlockTypeSelectionElement, }
Swift
enum AWSTextractBlockType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractContentClassifier) { AWSTextractContentClassifierUnknown, AWSTextractContentClassifierFreeOfPersonallyIdentifiableInformation, AWSTextractContentClassifierFreeOfAdultContent, }
Swift
enum AWSTextractContentClassifier : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractEntityType) { AWSTextractEntityTypeUnknown, AWSTextractEntityTypeKey, AWSTextractEntityTypeValue, }
Swift
enum AWSTextractEntityType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractFeatureType) { AWSTextractFeatureTypeUnknown, AWSTextractFeatureTypeTables, AWSTextractFeatureTypeForms, }
Swift
enum AWSTextractFeatureType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractJobStatus) { AWSTextractJobStatusUnknown, AWSTextractJobStatusInProgress, AWSTextractJobStatusSucceeded, AWSTextractJobStatusFailed, AWSTextractJobStatusPartialSuccess, }
Swift
enum AWSTextractJobStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractRelationshipType) { AWSTextractRelationshipTypeUnknown, AWSTextractRelationshipTypeValue, AWSTextractRelationshipTypeChild, AWSTextractRelationshipTypeComplexFeatures, }
Swift
enum AWSTextractRelationshipType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractSelectionStatus) { AWSTextractSelectionStatusUnknown, AWSTextractSelectionStatusSelected, AWSTextractSelectionStatusNotSelected, }
Swift
enum AWSTextractSelectionStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSTextractTextType) { AWSTextractTextTypeUnknown, AWSTextractTextTypeHandwriting, AWSTextractTextTypePrinted, }
Swift
enum AWSTextractTextType : Int