@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FraudDetectionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration used for performing fraud detection over a speaker during a session.
Constructor and Description |
---|
FraudDetectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
FraudDetectionConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getRiskThreshold()
Threshold value for determining whether the speaker is a fraudster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRiskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a fraudster.
|
String |
toString()
Returns a string representation of this object.
|
FraudDetectionConfiguration |
withRiskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a fraudster.
|
public void setRiskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
riskThreshold
- Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated
by Voice ID is higher than the threshold, the speaker is considered a fraudster.public Integer getRiskThreshold()
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
public FraudDetectionConfiguration withRiskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
riskThreshold
- Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated
by Voice ID is higher than the threshold, the speaker is considered a fraudster.public String toString()
toString
in class Object
Object.toString()
public FraudDetectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.