@Generated(value="software.amazon.awssdk:codegen") public final class Gender extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Gender.Builder,Gender>
Gender of the face and the confidence level in the determination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Gender.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Gender.Builder |
builder() |
Float |
confidence()
Level of confidence in the determination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Gender.Builder> |
serializableBuilderClass() |
Gender.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
GenderType |
value()
Gender of the face.
|
String |
valueAsString()
Gender of the face.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GenderType value()
Gender of the face.
If the service returns an enum value that is not available in the current SDK version, value will return
GenderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueAsString().
GenderTypepublic String valueAsString()
Gender of the face.
If the service returns an enum value that is not available in the current SDK version, value will return
GenderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
valueAsString().
GenderTypepublic Float confidence()
Level of confidence in the determination.
public Gender.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Gender.Builder,Gender>public static Gender.Builder builder()
public static Class<? extends Gender.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.