AWSComprehendPartOfSpeechTagType
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, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeAdj
Swift
case adj = 1
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeAdp
Swift
case adp = 2
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeAdv
Swift
case adv = 3
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeAux
Swift
case aux = 4
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeConj
Swift
case conj = 5
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeCconj
Swift
case cconj = 6
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeDet
Swift
case det = 7
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeIntj
Swift
case intj = 8
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeNoun
Swift
case noun = 9
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeNum
Swift
case num = 10
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeO
Swift
case O = 11
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypePart
Swift
case part = 12
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypePron
Swift
case pron = 13
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypePropn
Swift
case propn = 14
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypePunct
Swift
case punct = 15
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeSconj
Swift
case sconj = 16
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeSym
Swift
case sym = 17
-
Undocumented
Declaration
Objective-C
AWSComprehendPartOfSpeechTagTypeVerb
Swift
case verb = 18