Uses of Interface
software.amazon.awssdk.services.rekognition.model.Emotion.Builder
-
Packages that use Emotion.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Emotion.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Emotion.Builder Modifier and Type Method Description static Emotion.BuilderEmotion. builder()Emotion.BuilderEmotion.Builder. confidence(Float confidence)Level of confidence in the determination.Emotion.BuilderEmotion. toBuilder()Emotion.BuilderEmotion.Builder. type(String type)Type of emotion detected.Emotion.BuilderEmotion.Builder. type(EmotionName type)Type of emotion detected.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Emotion.Builder Modifier and Type Method Description static Class<? extends Emotion.Builder>Emotion. serializableBuilderClass()
-