| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ChildBlock |
ChildBlock.clone() |
ChildBlock |
ChildBlock.withBeginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
|
ChildBlock |
ChildBlock.withChildBlockId(String childBlockId)
Unique identifier for the child block.
|
ChildBlock |
ChildBlock.withEndOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChildBlock> |
BlockReference.getChildBlocks()
List of child blocks within this block.
|
| Modifier and Type | Method and Description |
|---|---|
BlockReference |
BlockReference.withChildBlocks(ChildBlock... childBlocks)
List of child blocks within this block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockReference.setChildBlocks(Collection<ChildBlock> childBlocks)
List of child blocks within this block.
|
BlockReference |
BlockReference.withChildBlocks(Collection<ChildBlock> childBlocks)
List of child blocks within this block.
|
Copyright © 2024. All rights reserved.