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