@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityDocumentField extends Object implements Serializable, Cloneable, StructuredPojo
Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.
Constructor and Description |
---|
IdentityDocumentField() |
Modifier and Type | Method and Description |
---|---|
IdentityDocumentField |
clone() |
boolean |
equals(Object obj) |
AnalyzeIDDetections |
getType() |
AnalyzeIDDetections |
getValueDetection() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(AnalyzeIDDetections type) |
void |
setValueDetection(AnalyzeIDDetections valueDetection) |
String |
toString()
Returns a string representation of this object.
|
IdentityDocumentField |
withType(AnalyzeIDDetections type) |
IdentityDocumentField |
withValueDetection(AnalyzeIDDetections valueDetection) |
public void setType(AnalyzeIDDetections type)
type
- public AnalyzeIDDetections getType()
public IdentityDocumentField withType(AnalyzeIDDetections type)
type
- public void setValueDetection(AnalyzeIDDetections valueDetection)
valueDetection
- public AnalyzeIDDetections getValueDetection()
public IdentityDocumentField withValueDetection(AnalyzeIDDetections valueDetection)
valueDetection
- public String toString()
toString
in class Object
Object.toString()
public IdentityDocumentField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.