Uses of Class
software.amazon.awssdk.services.rekognition.model.Smile
-
Packages that use Smile Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Smile in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Smile Modifier and Type Method Description SmileComparedFace. smile()Indicates whether or not the face is smiling, and the confidence level in the determination.SmileFaceDetail. smile()Indicates whether or not the face is smiling, and the confidence level in the determination.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Smile Modifier and Type Method Description ComparedFace.BuilderComparedFace.Builder. smile(Smile smile)Indicates whether or not the face is smiling, and the confidence level in the determination.FaceDetail.BuilderFaceDetail.Builder. smile(Smile smile)Indicates whether or not the face is smiling, and the confidence level in the determination.
-