@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignatureDetection extends Object implements Serializable, Cloneable, StructuredPojo
Information regarding a detected signature on a page.
Constructor and Description |
---|
SignatureDetection() |
Modifier and Type | Method and Description |
---|---|
SignatureDetection |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
The confidence, from 0 to 100, in the predicted values for a detected signature.
|
Geometry |
getGeometry() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfidence(Float confidence)
The confidence, from 0 to 100, in the predicted values for a detected signature.
|
void |
setGeometry(Geometry geometry) |
String |
toString()
Returns a string representation of this object.
|
SignatureDetection |
withConfidence(Float confidence)
The confidence, from 0 to 100, in the predicted values for a detected signature.
|
SignatureDetection |
withGeometry(Geometry geometry) |
public void setConfidence(Float confidence)
The confidence, from 0 to 100, in the predicted values for a detected signature.
confidence
- The confidence, from 0 to 100, in the predicted values for a detected signature.public Float getConfidence()
The confidence, from 0 to 100, in the predicted values for a detected signature.
public SignatureDetection withConfidence(Float confidence)
The confidence, from 0 to 100, in the predicted values for a detected signature.
confidence
- The confidence, from 0 to 100, in the predicted values for a detected signature.public void setGeometry(Geometry geometry)
geometry
- public Geometry getGeometry()
public SignatureDetection withGeometry(Geometry geometry)
geometry
- public String toString()
toString
in class Object
Object.toString()
public SignatureDetection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.