| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BlockReference |
BlockReference.clone() |
BlockReference |
BlockReference.withBeginOffset(Integer beginOffset)
Offset of the start of the block within its parent block.
|
BlockReference |
BlockReference.withBlockId(String blockId)
Unique identifier for the block.
|
BlockReference |
BlockReference.withChildBlocks(ChildBlock... childBlocks)
List of child blocks within this block.
|
BlockReference |
BlockReference.withChildBlocks(Collection<ChildBlock> childBlocks)
List of child blocks within this block.
|
BlockReference |
BlockReference.withEndOffset(Integer endOffset)
Offset of the end of the block within its parent block.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockReference> |
Entity.getBlockReferences()
A reference to each block for this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.withBlockReferences(BlockReference... blockReferences)
A reference to each block for this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setBlockReferences(Collection<BlockReference> blockReferences)
A reference to each block for this entity.
|
Entity |
Entity.withBlockReferences(Collection<BlockReference> blockReferences)
A reference to each block for this entity.
|
Copyright © 2024. All rights reserved.