| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Emotion |
Emotion.clone() |
Emotion |
Emotion.withConfidence(Float confidence)
Level of confidence in the determination.
|
Emotion |
Emotion.withType(EmotionName type)
Type of emotion detected.
|
Emotion |
Emotion.withType(String type)
Type of emotion detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<Emotion> |
FaceDetail.getEmotions()
The emotions detected on the face, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
FaceDetail |
FaceDetail.withEmotions(Emotion... emotions)
The emotions detected on the face, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setEmotions(Collection<Emotion> emotions)
The emotions detected on the face, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEmotions(Collection<Emotion> emotions)
The emotions detected on the face, and the confidence level in the determination.
|
Copyright © 2018. All rights reserved.