StructuredPojo, ToCopyableBuilder<Smile.Builder,Smile>@Generated("software.amazon.awssdk:codegen") public class Smile extends Object implements StructuredPojo, ToCopyableBuilder<Smile.Builder,Smile>
Indicates whether or not the face is smiling, and the confidence level in the determination.
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | Smile.Builder | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Smile.Builder | builder() | |
| Float | confidence() | 
 Level of confidence in the determination. | 
| boolean | equals(Object obj) | |
| int | hashCode() | |
| void | marshall(ProtocolMarshaller protocolMarshaller) | Marshalls this structured data using the given  ProtocolMarshaller. | 
| static Class<? extends Smile.Builder> | serializableBuilderClass() | |
| Smile.Builder | toBuilder() | Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | |
| Boolean | value() | 
 Boolean value that indicates whether the face is smiling or not. | 
public Boolean value()
Boolean value that indicates whether the face is smiling or not.
public Float confidence()
Level of confidence in the determination.
public Smile.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Smile.Builder,Smile>public static Smile.Builder builder()
public static Class<? extends Smile.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.