AWSComprehendChildBlock
Objective-C
@interface AWSComprehendChildBlock
Swift
class AWSComprehendChildBlock
Nested block contained within a block.
-
Offset of the start of the child block within its parent block.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable beginOffset;
Swift
var beginOffset: NSNumber? { get set }
-
Unique identifier for the child block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable childBlockId;
Swift
var childBlockId: String? { get set }
-
Offset of the end of the child block within its parent block.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable endOffset;
Swift
var endOffset: NSNumber? { get set }