@Generated(value="software.amazon.awssdk:codegen") public final class FraudDetectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>
The configuration used for performing fraud detection over a speaker during a session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FraudDetectionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FraudDetectionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
riskThreshold()
Threshold value for determining whether the speaker is a fraudster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FraudDetectionConfiguration.Builder> |
serializableBuilderClass() |
FraudDetectionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
watchlistId()
The identifier of the watchlist against which fraud detection is performed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String watchlistId()
The identifier of the watchlist against which fraud detection is performed.
public FraudDetectionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>public static FraudDetectionConfiguration.Builder builder()
public static Class<? extends FraudDetectionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.