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