@Generated(value="software.amazon.awssdk:codegen") public final class IdentityDocumentField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField>
Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityDocumentField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentityDocumentField.Builder |
builder() |
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 IdentityDocumentField.Builder> |
serializableBuilderClass() |
IdentityDocumentField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AnalyzeIDDetections |
type()
Returns the value of the Type property for this object.
|
AnalyzeIDDetections |
valueDetection()
Returns the value of the ValueDetection property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnalyzeIDDetections type()
public final AnalyzeIDDetections valueDetection()
public IdentityDocumentField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField>public static IdentityDocumentField.Builder builder()
public static Class<? extends IdentityDocumentField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.