Class AnalyzeIDDetections
- java.lang.Object
-
- software.amazon.awssdk.services.textract.model.AnalyzeIDDetections
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyzeIDDetections.Builder,AnalyzeIDDetections>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyzeIDDetections.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyzeIDDetections.Builderbuilder()Floatconfidence()The confidence score of the detected text.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NormalizedValuenormalizedValue()Only returned for dates, returns the type of value detected and the date written in a more machine readable way.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AnalyzeIDDetections.Builder>serializableBuilderClass()Stringtext()Text of either the normalized field or value associated with it.AnalyzeIDDetections.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
text
public final String text()
Text of either the normalized field or value associated with it.
- Returns:
- Text of either the normalized field or value associated with it.
-
normalizedValue
public final NormalizedValue normalizedValue()
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
- Returns:
- Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
-
confidence
public final Float confidence()
The confidence score of the detected text.
- Returns:
- The confidence score of the detected text.
-
toBuilder
public AnalyzeIDDetections.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyzeIDDetections.Builder,AnalyzeIDDetections>
-
builder
public static AnalyzeIDDetections.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyzeIDDetections.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-