public static interface FraudDetectionConfiguration.Builder extends SdkPojo, CopyableBuilder<FraudDetectionConfiguration.Builder,FraudDetectionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FraudDetectionConfiguration.Builder |
riskThreshold(Integer riskThreshold)
Threshold value for determining whether the speaker is a fraudster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFraudDetectionConfiguration.Builder riskThreshold(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.Copyright © 2023. All rights reserved.