| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LabelAlias |
LabelAlias.clone() |
LabelAlias |
LabelAlias.withName(String name)
The name of an alias for a given label.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelAlias> |
Label.getAliases()
A list of potential aliases for a given label.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.withAliases(LabelAlias... aliases)
A list of potential aliases for a given label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setAliases(Collection<LabelAlias> aliases)
A list of potential aliases for a given label.
|
Label |
Label.withAliases(Collection<LabelAlias> aliases)
A list of potential aliases for a given label.
|
Copyright © 2023. All rights reserved.