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 interface
AnalyzeIDDetections.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-