@Generated(value="software.amazon.awssdk:codegen") public final class AnalyzeIDDetections extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyzeIDDetections.Builder,AnalyzeIDDetections>
Used to contain the information detected by an AnalyzeID operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyzeIDDetections.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnalyzeIDDetections.Builder |
builder() |
Float |
confidence()
The confidence score of the detected text.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NormalizedValue |
normalizedValue()
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalyzeIDDetections.Builder> |
serializableBuilderClass() |
String |
text()
Text of either the normalized field or value associated with it.
|
AnalyzeIDDetections.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String text()
Text of either the normalized field or value associated with it.
public final NormalizedValue normalizedValue()
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
public final Float confidence()
The confidence score of the detected text.
public AnalyzeIDDetections.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalyzeIDDetections.Builder,AnalyzeIDDetections>public static AnalyzeIDDetections.Builder builder()
public static Class<? extends AnalyzeIDDetections.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.