AWSComprehendBlockReference
Objective-C
@interface AWSComprehendBlockReference
Swift
class AWSComprehendBlockReference
A reference to a block.
-
Offset of the start of the block within its parent block.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable beginOffset;
Swift
var beginOffset: NSNumber? { get set }
-
Unique identifier for the block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable blockId;
Swift
var blockId: String? { get set }
-
List of child blocks within this block.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendChildBlock *> *_Nullable childBlocks;
Swift
var childBlocks: [AWSComprehendChildBlock]? { get set }
-
Offset of the end of the block within its parent block.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable endOffset;
Swift
var endOffset: NSNumber? { get set }