AWSComprehendRelationshipType
Objective-C
NS_ENUM(NSInteger, AWSComprehendRelationshipType) {
AWSComprehendRelationshipTypeUnknown,
AWSComprehendRelationshipTypeChild,
}
Swift
enum AWSComprehendRelationshipType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendRelationshipTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSComprehendRelationshipTypeChildSwift
case child = 1
View on GitHub
Install in Dash
AWSComprehendRelationshipType Enumeration Reference