public static interface Emotion.Builder extends CopyableBuilder<Emotion.Builder,Emotion>
| Modifier and Type | Method and Description |
|---|---|
Emotion.Builder |
confidence(Float confidence)
Level of confidence in the determination.
|
Emotion.Builder |
type(EmotionName type)
Type of emotion detected.
|
Emotion.Builder |
type(String type)
Type of emotion detected.
|
copyapply, buildEmotion.Builder type(String type)
Type of emotion detected.
type - Type of emotion detected.EmotionName,
EmotionNameEmotion.Builder type(EmotionName type)
Type of emotion detected.
type - Type of emotion detected.EmotionName,
EmotionNameEmotion.Builder confidence(Float confidence)
Level of confidence in the determination.
confidence - Level of confidence in the determination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.