AWSComprehendRelationshipsListItem
Objective-C
@interface AWSComprehendRelationshipsListItem
Swift
class AWSComprehendRelationshipsListItem
List of child blocks for the current block.
-
Identifers of the child blocks.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable ids;
Swift
var ids: [String]? { get set }
-
Only supported relationship is a child relationship.
Declaration
Objective-C
@property (nonatomic) AWSComprehendRelationshipType types;
Swift
var types: AWSComprehendRelationshipType { get set }