Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendErrorType) { AWSComprehendErrorUnknown, AWSComprehendErrorBatchSizeLimitExceeded, AWSComprehendErrorConcurrentModification, AWSComprehendErrorInternalServer, AWSComprehendErrorInvalidFilter, AWSComprehendErrorInvalidRequest, AWSComprehendErrorJobNotFound, AWSComprehendErrorKmsKeyValidation, AWSComprehendErrorResourceInUse, AWSComprehendErrorResourceLimitExceeded, AWSComprehendErrorResourceNotFound, AWSComprehendErrorResourceUnavailable, AWSComprehendErrorTextSizeLimitExceeded, AWSComprehendErrorTooManyRequests, AWSComprehendErrorTooManyTagKeys, AWSComprehendErrorTooManyTags, AWSComprehendErrorUnsupportedLanguage, }
Swift
enum AWSComprehendErrorType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendDocumentClassifierDataFormat) { AWSComprehendDocumentClassifierDataFormatUnknown, AWSComprehendDocumentClassifierDataFormatComprehendCsv, AWSComprehendDocumentClassifierDataFormatAugmentedManifest, }
Swift
enum AWSComprehendDocumentClassifierDataFormat : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendDocumentClassifierMode) { AWSComprehendDocumentClassifierModeUnknown, AWSComprehendDocumentClassifierModeMultiClass, AWSComprehendDocumentClassifierModeMultiLabel, }
Swift
enum AWSComprehendDocumentClassifierMode : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendEndpointStatus) { AWSComprehendEndpointStatusUnknown, AWSComprehendEndpointStatusCreating, AWSComprehendEndpointStatusDeleting, AWSComprehendEndpointStatusFailed, AWSComprehendEndpointStatusInService, AWSComprehendEndpointStatusUpdating, }
Swift
enum AWSComprehendEndpointStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendEntityRecognizerDataFormat) { AWSComprehendEntityRecognizerDataFormatUnknown, AWSComprehendEntityRecognizerDataFormatComprehendCsv, AWSComprehendEntityRecognizerDataFormatAugmentedManifest, }
Swift
enum AWSComprehendEntityRecognizerDataFormat : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendEntityType) { AWSComprehendEntityTypeUnknown, AWSComprehendEntityTypePerson, AWSComprehendEntityTypeLocation, AWSComprehendEntityTypeOrganization, AWSComprehendEntityTypeCommercialItem, AWSComprehendEntityTypeEvent, AWSComprehendEntityTypeDate, AWSComprehendEntityTypeQuantity, AWSComprehendEntityTypeTitle, AWSComprehendEntityTypeOther, }
Swift
enum AWSComprehendEntityType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendInputFormat) { AWSComprehendInputFormatUnknown, AWSComprehendInputFormatOneDocPerFile, AWSComprehendInputFormatOneDocPerLine, }
Swift
enum AWSComprehendInputFormat : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendJobStatus) { AWSComprehendJobStatusUnknown, AWSComprehendJobStatusSubmitted, AWSComprehendJobStatusInProgress, AWSComprehendJobStatusCompleted, AWSComprehendJobStatusFailed, AWSComprehendJobStatusStopRequested, AWSComprehendJobStatusStopped, }
Swift
enum AWSComprehendJobStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendLanguageCode) { AWSComprehendLanguageCodeUnknown, AWSComprehendLanguageCodeEn, AWSComprehendLanguageCodeEs, AWSComprehendLanguageCodeFr, AWSComprehendLanguageCodeDe, AWSComprehendLanguageCodeIt, AWSComprehendLanguageCodePt, AWSComprehendLanguageCodeAr, AWSComprehendLanguageCodeHi, AWSComprehendLanguageCodeJa, AWSComprehendLanguageCodeKo, AWSComprehendLanguageCodeZh, AWSComprehendLanguageCodeZhTW, }
Swift
enum AWSComprehendLanguageCode : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendModelStatus) { AWSComprehendModelStatusUnknown, AWSComprehendModelStatusSubmitted, AWSComprehendModelStatusTraining, AWSComprehendModelStatusDeleting, AWSComprehendModelStatusStopRequested, AWSComprehendModelStatusStopped, AWSComprehendModelStatusInError, AWSComprehendModelStatusTrained, }
Swift
enum AWSComprehendModelStatus : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendPartOfSpeechTagType) { AWSComprehendPartOfSpeechTagTypeUnknown, AWSComprehendPartOfSpeechTagTypeAdj, AWSComprehendPartOfSpeechTagTypeAdp, AWSComprehendPartOfSpeechTagTypeAdv, AWSComprehendPartOfSpeechTagTypeAux, AWSComprehendPartOfSpeechTagTypeConj, AWSComprehendPartOfSpeechTagTypeCconj, AWSComprehendPartOfSpeechTagTypeDet, AWSComprehendPartOfSpeechTagTypeIntj, AWSComprehendPartOfSpeechTagTypeNoun, AWSComprehendPartOfSpeechTagTypeNum, AWSComprehendPartOfSpeechTagTypeO, AWSComprehendPartOfSpeechTagTypePart, AWSComprehendPartOfSpeechTagTypePron, AWSComprehendPartOfSpeechTagTypePropn, AWSComprehendPartOfSpeechTagTypePunct, AWSComprehendPartOfSpeechTagTypeSconj, AWSComprehendPartOfSpeechTagTypeSym, AWSComprehendPartOfSpeechTagTypeVerb, }
Swift
enum AWSComprehendPartOfSpeechTagType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendPiiEntitiesDetectionMaskMode) { AWSComprehendPiiEntitiesDetectionMaskModeUnknown, AWSComprehendPiiEntitiesDetectionMaskModeMask, AWSComprehendPiiEntitiesDetectionMaskModeReplaceWithPiiEntityType, }
Swift
enum AWSComprehendPiiEntitiesDetectionMaskMode : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendPiiEntitiesDetectionMode) { AWSComprehendPiiEntitiesDetectionModeUnknown, AWSComprehendPiiEntitiesDetectionModeOnlyRedaction, AWSComprehendPiiEntitiesDetectionModeOnlyOffsets, }
Swift
enum AWSComprehendPiiEntitiesDetectionMode : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendPiiEntityType) { AWSComprehendPiiEntityTypeUnknown, AWSComprehendPiiEntityTypeBankAccountNumber, AWSComprehendPiiEntityTypeBankRouting, AWSComprehendPiiEntityTypeCreditDebitNumber, AWSComprehendPiiEntityTypeCreditDebitCvv, AWSComprehendPiiEntityTypeCreditDebitExpiry, AWSComprehendPiiEntityTypePin, AWSComprehendPiiEntityTypeEmail, AWSComprehendPiiEntityTypeAddress, AWSComprehendPiiEntityTypeName, AWSComprehendPiiEntityTypePhone, AWSComprehendPiiEntityTypeSsn, AWSComprehendPiiEntityTypeDateTime, AWSComprehendPiiEntityTypePassportNumber, AWSComprehendPiiEntityTypeDriverId, AWSComprehendPiiEntityTypeUrl, AWSComprehendPiiEntityTypeAge, AWSComprehendPiiEntityTypeUsername, AWSComprehendPiiEntityTypePassword, AWSComprehendPiiEntityTypeAwsAccessKey, AWSComprehendPiiEntityTypeAwsSecretKey, AWSComprehendPiiEntityTypeIpAddress, AWSComprehendPiiEntityTypeMacAddress, AWSComprehendPiiEntityTypeAll, }
Swift
enum AWSComprehendPiiEntityType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendSentimentType) { AWSComprehendSentimentTypeUnknown, AWSComprehendSentimentTypePositive, AWSComprehendSentimentTypeNegative, AWSComprehendSentimentTypeNeutral, AWSComprehendSentimentTypeMixed, }
Swift
enum AWSComprehendSentimentType : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSComprehendSyntaxLanguageCode) { AWSComprehendSyntaxLanguageCodeUnknown, AWSComprehendSyntaxLanguageCodeEn, AWSComprehendSyntaxLanguageCodeEs, AWSComprehendSyntaxLanguageCodeFr, AWSComprehendSyntaxLanguageCodeDe, AWSComprehendSyntaxLanguageCodeIt, AWSComprehendSyntaxLanguageCodePt, }
Swift
enum AWSComprehendSyntaxLanguageCode : Int