| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Parent |
Parent.clone() |
Parent |
Parent.withName(String name)
The name of the parent label.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parent> |
Label.getParents()
The parent labels for a label.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.withParents(Parent... parents)
The parent labels for a label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setParents(Collection<Parent> parents)
The parent labels for a label.
|
Label |
Label.withParents(Collection<Parent> parents)
The parent labels for a label.
|
Copyright © 2022. All rights reserved.