CopyableBuilder<Emotion.Builder,Emotion>
, SdkBuilder<Emotion.Builder,Emotion>
public static interface Emotion.Builder extends CopyableBuilder<Emotion.Builder,Emotion>
Modifier and Type | Method | Description |
---|---|---|
Emotion.Builder |
confidence(Float confidence) |
Level of confidence in the determination.
|
Emotion.Builder |
type(String type) |
Type of emotion detected.
|
Emotion.Builder |
type(EmotionName type) |
Type of emotion detected.
|
copy
apply, build
Emotion.Builder type(String type)
Type of emotion detected.
type
- Type of emotion detected.EmotionName
Emotion.Builder type(EmotionName type)
Type of emotion detected.
type
- Type of emotion detected.EmotionName
Emotion.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.