Uses of Class
software.amazon.awssdk.services.rekognition.model.Emotion
-
Packages that use Emotion Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Emotion in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Emotion Modifier and Type Method 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.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Emotion Modifier and Type Method Description ComparedFace.BuilderComparedFace.Builder. emotions(Emotion... emotions)The emotions that appear to be expressed on the face, and the confidence level in the determination.FaceDetail.BuilderFaceDetail.Builder. emotions(Emotion... emotions)The emotions that appear to be expressed on the face, and the confidence level in the determination.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Emotion Modifier and Type Method Description ComparedFace.BuilderComparedFace.Builder. emotions(Collection<Emotion> emotions)The emotions that appear to be expressed on the face, and the confidence level in the determination.FaceDetail.BuilderFaceDetail.Builder. emotions(Collection<Emotion> emotions)The emotions that appear to be expressed on the face, and the confidence level in the determination.
-