AWSComprehendRelationshipType
Objective-C
NS_ENUM(NSInteger, AWSComprehendRelationshipType) {
AWSComprehendRelationshipTypeUnknown,
AWSComprehendRelationshipTypeChild,
}
Swift
enum AWSComprehendRelationshipType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendRelationshipTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendRelationshipTypeChild
Swift
case child = 1