@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) |
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 ObjectObject.toString()public FraudDetectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.