Interface FraudDetectionConfiguration.Builder

    • Method Detail

      • riskThreshold

        FraudDetectionConfiguration.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • watchlistId

        FraudDetectionConfiguration.Builder watchlistId​(String watchlistId)

        The identifier of the watchlist against which fraud detection is performed.

        Parameters:
        watchlistId - The identifier of the watchlist against which fraud detection is performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.