| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<Emotion> |
FaceDetail.emotions()
The emotions detected on the face, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
FaceDetail.Builder |
FaceDetail.Builder.emotions(Emotion... emotions)
The emotions detected on the face, and the confidence level in the determination.
|
| Modifier and Type | Method and Description |
|---|---|
FaceDetail.Builder |
FaceDetail.Builder.emotions(Collection<Emotion> emotions)
The emotions detected on the face, and the confidence level in the determination.
|
Copyright © 2019. All rights reserved.