| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Relationship.clone() |
Relationship |
Relationship.withIds(Collection<String> ids)
An array of IDs for related blocks.
|
Relationship |
Relationship.withIds(String... ids)
An array of IDs for related blocks.
|
Relationship |
Relationship.withType(RelationshipType type)
The type of relationship that the blocks in the IDs array have with the current block.
|
Relationship |
Relationship.withType(String type)
The type of relationship that the blocks in the IDs array have with the current block.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relationship> |
Block.getRelationships()
A list of child blocks of the current block.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.withRelationships(Relationship... relationships)
A list of child blocks of the current block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setRelationships(Collection<Relationship> relationships)
A list of child blocks of the current block.
|
Block |
Block.withRelationships(Collection<Relationship> relationships)
A list of child blocks of the current block.
|
Copyright © 2023. All rights reserved.